zlist update and a few bug fixes

This commit is contained in:
JamDog 2010-12-05 16:28:00 +00:00
parent 358d18b7fd
commit 143364cbc9
9 changed files with 104 additions and 47 deletions

View file

@ -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;