Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5843dfafae786608ac72d14b7241f096 > files > 14

nogravity-2.00-16.fc15.src.rpm

--- nogravity-2.00/rlx32/src/sysini.c	2005-02-26 00:15:40.000000000 +0100
+++ nogravity-2.00.new/rlx32/src/sysini.c	2009-11-07 13:16:39.000000000 +0100
@@ -174,7 +174,7 @@
 {
     char    *orgStr = str;
     while( isspace(*str) ) str++;
-    sysStrCpy(orgStr, str);
+    memmove(orgStr, str, strlen(str) + 1);
 }
 /*------------------------------------------------------------------------
 *