(comtch): Fix the previous rev.
This commit is contained in:
parent
d9f0f475da
commit
b6042b3b1f
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ comtch(register s_char *command, struct cmndstr *coms, int comstat,
|
||||||
if (status >= 0)
|
if (status >= 0)
|
||||||
return M_NOTUNIQUE;
|
return M_NOTUNIQUE;
|
||||||
status = com - coms;
|
status = com - coms;
|
||||||
|
break;
|
||||||
case ME_EXACT:
|
case ME_EXACT:
|
||||||
return com - coms;
|
return com - coms;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue