projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a7b1f
)
very little fix. ;)
author
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 2 Feb 2004 17:35:16 +0000
(17:35 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 2 Feb 2004 17:35:16 +0000
(17:35 +0000)
SVN-Revision: 114
src/high_scores.c
patch
|
blob
|
history
diff --git
a/src/high_scores.c
b/src/high_scores.c
index
9862000
..
4327b83
100644
(file)
--- 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: */