forked from github/server
const bugfix
This commit is contained in:
parent
7e6c387db8
commit
68d2dea1e2
|
@ -1,6 +1,6 @@
|
||||||
/* vi: set ts=2:
|
/* vi: set ts=2:
|
||||||
*
|
*
|
||||||
* $Id: save.c,v 1.17 2001/02/13 00:41:15 enno Exp $
|
* $Id: save.c,v 1.18 2001/02/14 22:34:49 enno Exp $
|
||||||
* Eressea PB(E)M host Copyright (C) 1998-2000
|
* Eressea PB(E)M host Copyright (C) 1998-2000
|
||||||
* Christian Schlittchen (corwin@amber.kn-bremen.de)
|
* Christian Schlittchen (corwin@amber.kn-bremen.de)
|
||||||
* Katja Zedel (katze@felidae.kn-bremen.de)
|
* Katja Zedel (katze@felidae.kn-bremen.de)
|
||||||
|
@ -455,7 +455,7 @@ readfaction(void)
|
||||||
* muß in "Gänsefüßchen" stehen!! */
|
* muß in "Gänsefüßchen" stehen!! */
|
||||||
|
|
||||||
/* War vorher in main.c:getgarbage() */
|
/* War vorher in main.c:getgarbage() */
|
||||||
if (!quiet) { printf(" %.4s;", factionid(f)); fflush(stdout); }
|
if (!quiet) { printf(" %4s;", factionid(f)); fflush(stdout); }
|
||||||
freestrlist(f->mistakes);
|
freestrlist(f->mistakes);
|
||||||
f->mistakes = 0;
|
f->mistakes = 0;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue