player.h rev. 1.9 changed struct player member argp to char *. The

changeset failed to adapt some s_char * operands.  Fix.
This commit is contained in:
Markus Armbruster 2005-12-28 22:21:42 +00:00
parent 6fdbf215d0
commit 24a07cd249
9 changed files with 15 additions and 15 deletions

View file

@ -86,7 +86,7 @@ surv(void)
for (; isspace(*ptr); ++ptr) ;
if (*ptr)
return RET_SYN;
if (player->argp[2] == (s_char *)0) {
if (player->argp[2] == NULL) {
if ((str = getstring("(sects)? ", buf)) == 0)
return RET_SYN;
} else {