forked from github/server
"Anzahl Migranten falsch" Meldung hatte kaputtes fprintf-formatting.
This commit is contained in:
parent
b6e17aa4ec
commit
9ab04459c0
|
@ -3699,7 +3699,7 @@ count_migrants (const faction * f)
|
|||
u = u->nextF;
|
||||
}
|
||||
if (f->num_migrants != n)
|
||||
log_error(("Anzahl Migranten für (%s) ist falsch: %n statt %n.\n", factionid(f), f->num_migrants, n));
|
||||
log_error(("Anzahl Migranten für (%s) ist falsch: %d statt %d.\n", factionid(f), f->num_migrants, n));
|
||||
#endif
|
||||
return f->num_migrants;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue