memcpy() replaced by memmove() in add_char()

This commit is contained in:
Frederic Culot
2006-11-28 15:28:43 +00:00
parent 3f39a7f11d
commit 2f676cbe2a
2 changed files with 6 additions and 6 deletions

View File

@@ -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