summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/qstat/files/qstat-25b.gcc3-fix')
-rw-r--r--games-util/qstat/files/qstat-25b.gcc3-fix13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-util/qstat/files/qstat-25b.gcc3-fix b/games-util/qstat/files/qstat-25b.gcc3-fix
new file mode 100644
index 000000000000..96f30e5b3600
--- /dev/null
+++ b/games-util/qstat/files/qstat-25b.gcc3-fix
@@ -0,0 +1,13 @@
+Binary files qstat25b/.qstat.c.swp and qstat25b.gcc3-fix/.qstat.c.swp differ
+diff -urN qstat25b/qstat.c qstat25b.gcc3-fix/qstat.c
+--- qstat25b/qstat.c Thu Aug 8 15:26:59 2002
++++ qstat25b.gcc3-fix/qstat.c Mon Sep 16 06:35:28 2002
+@@ -1531,7 +1531,7 @@
+ {
+ server_type *type= &types[0];
+ char *t= type_string;
+- while ( *t) *t++= tolower( *t);
++ while ( *t) {*t= tolower( *t);t++;}
+
+ for ( ; type->id != Q_UNKNOWN_TYPE; type++)
+ if ( strcmp( type->type_string, type_string) == 0)