a6531896cf
game servers and retrieves information like those available while browsing servers in the game. That means information like server name, game type and current map, names and scores of players, and much more. WWW: http://quaqut.sourceforge.net/ PR: ports/104698 Submitted by: Alexander Logvinov <ports@logvinov.com>
14 lines
247 B
C
14 lines
247 B
C
--- src/display.c.orig Tue Sep 28 22:49:58 2004
|
|
+++ src/display.c Thu Oct 19 17:50:41 2006
|
|
@@ -122,7 +122,9 @@
|
|
|
|
if ( quaqut.options & QUAQUT_OPTION_LOGFILE )
|
|
fclose(destination);
|
|
-
|
|
+ else
|
|
+ fflush(stdout);
|
|
+
|
|
return 1;
|
|
}
|
|
|