(ichrstr): Rename member i_vtype to i_uid.
(ichr_ca): Rename selector vtype to uid.
This commit is contained in:
parent
96a1e8277a
commit
783b00bbad
24 changed files with 59 additions and 59 deletions
|
@ -64,7 +64,7 @@ thre(void)
|
|||
return RET_SYN;
|
||||
if (!snxtsct(&nstr, player->argp[2]))
|
||||
return RET_SYN;
|
||||
type = ip->i_vtype;
|
||||
type = ip->i_uid;
|
||||
if (player->argp[3] && *player->argp[3] &&
|
||||
(*player->argp[3] < '0' || *player->argp[3] > '9')) {
|
||||
pr("Threshold must be a number\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue