projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf878e
)
Fixed a bug that could cause memory segfaults or bad behaviour.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Apr 2004 22:08:16 +0000
(22:08 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 29 Apr 2004 22:08:16 +0000
(22:08 +0000)
SVN-Revision: 852
src/menu.cpp
patch
|
blob
|
history
diff --git
a/src/menu.cpp
b/src/menu.cpp
index
c299975
..
67f4bbc
100644
(file)
--- a/
src/menu.cpp
+++ b/
src/menu.cpp
@@
-212,7
+212,7
@@
else
}
}
-char str[1024];
+
static
char str[1024];
if(input_flickering)
sprintf(str,"%s-",input);
else