From 9f07c710d5a7e4b352bebe634c7f592bdf7d329d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Mon, 2 Feb 2004 17:35:16 +0000 Subject: [PATCH] very little fix. ;) SVN-Revision: 114 --- src/high_scores.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/high_scores.c b/src/high_scores.c index 98620008a..4327b8335 100644 --- a/src/high_scores.c +++ b/src/high_scores.c @@ -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: */ -- 2.11.0