From: Tobias Gläßer Date: Mon, 2 Feb 2004 17:35:16 +0000 (+0000) Subject: very little fix. ;) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9f07c710d5a7e4b352bebe634c7f592bdf7d329d;p=supertux.git very little fix. ;) SVN-Revision: 114 --- 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: */