diff options
author | Frederic Culot <calcurse@culot.org> | 2006-11-28 15:28:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-11-28 15:28:43 +0000 |
commit | 2f676cbe2a51e9495f56bdb561cdfbbff6ff5ecd (patch) | |
tree | 9289629b7469ea32d8e26cebb00d1bc9ce476723 /ChangeLog | |
parent | 3f39a7f11de32648a3a471a30b69fb8e21251ac5 (diff) | |
download | calcurse-2f676cbe2a51e9495f56bdb561cdfbbff6ff5ecd.tar.gz calcurse-2f676cbe2a51e9495f56bdb561cdfbbff6ff5ecd.zip |
memcpy() replaced by memmove() in add_char()
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +28 Nov 2006: + add_char() modified to use memmove() instead of memcpy() + 02 Nov 2006: getstring() modified to take the max string length as an argument updatestring() and todo_edit_item() created |