From 2f676cbe2a51e9495f56bdb561cdfbbff6ff5ecd Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Tue, 28 Nov 2006 15:28:43 +0000 Subject: memcpy() replaced by memmove() in add_char() --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2816587..900770d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3-54-g00ecf