very little fix. ;)
authorTobias Gläßer <tobi.web@gmx.de>
Mon, 2 Feb 2004 17:35:16 +0000 (17:35 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Mon, 2 Feb 2004 17:35:16 +0000 (17:35 +0000)
SVN-Revision: 114

src/high_scores.c

index 9862000..4327b83 100644 (file)
@@ -66,7 +66,7 @@ void load_hs(void)
   char temp[128];
   hs_score = 100;
   int c, strl;
-  strcpy(hs_name, "Grandma");
+  strcpy(hs_name, "Grandma\0");
   c = 0;
   
   /* Try to open file: */