diff gtk/dw.c @ 610:2bff0dbae0e5

Fix introduced compilation error.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 01 Oct 2006 05:04:31 +0000
parents e49524bc2f07
children c5e5671dec8f
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