forked from github/server
remove yet another fintoken warning from the logs
This commit is contained in:
parent
cc9a815eea
commit
bcb01742ae
|
@ -3755,7 +3755,7 @@ static int use_cmd(unit * u, struct order *ord)
|
||||||
t = getstrtoken();
|
t = getstrtoken();
|
||||||
n = atoi((const char *)t);
|
n = atoi((const char *)t);
|
||||||
if (n == 0) {
|
if (n == 0) {
|
||||||
if (findparam(t, u->faction->locale) == P_ANY) {
|
if (isparam(t, u->faction->locale, P_ANY)) {
|
||||||
/* BENUTZE ALLES Yanxspirit */
|
/* BENUTZE ALLES Yanxspirit */
|
||||||
n = INT_MAX;
|
n = INT_MAX;
|
||||||
t = getstrtoken();
|
t = getstrtoken();
|
||||||
|
|
Loading…
Reference in New Issue