mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-14 13:28:50 +01:00
zlist update and a few bug fixes
This commit is contained in:
parent
358d18b7fd
commit
143364cbc9
9 changed files with 104 additions and 47 deletions
|
|
@ -49,7 +49,7 @@ int is_name(const char *str, const char *namelist)
|
|||
{
|
||||
const char *curname, *curstr;
|
||||
|
||||
if (!*str || !*namelist || !str || !namelist)
|
||||
if (!str || !namelist || !*str || !*namelist)
|
||||
return (0);
|
||||
|
||||
curname = namelist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue