Merge branch 'master' of gitorious.org:eressea/server

This commit is contained in:
Enno Rehling 2012-05-20 06:55:36 +02:00
commit 5c1f011000
1 changed files with 1 additions and 1 deletions

View File

@ -2567,7 +2567,7 @@ static int reshow_cmd(unit * u, struct order *ord)
skip_token(); skip_token();
s = getstrtoken(); s = getstrtoken();
if (findparam(s, u->faction->locale) == P_ANY) { if (isparam(s, u->faction->locale, P_ANY)) {
p = getparam(u->faction->locale); p = getparam(u->faction->locale);
s = NULL; s = NULL;
} }