changeset 610:2bff0dbae0e5

Fix introduced compilation error.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 01 Oct 2006 05:04:31 +0000
parents f41b7e3a54f6
children bc800fc67343
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sun Oct 01 05:01:33 2006 +0000
+++ b/gtk/dw.c	Sun Oct 01 05:04:31 2006 +0000
@@ -4245,7 +4245,7 @@
 			if(text) /* Should this get freed? */
 			{
 				if(buffer)
-					memcpy(buffer, text);
+					strcpy(buffer, text);
 			}
 		}
 #else