mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-26 21:41:45 +01:00
Update handler.c
This commit is contained in:
@@ -71,7 +71,8 @@ int is_name(const char *str, const char *namelist)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* skip to next name */
|
/* skip to next name */
|
||||||
for (; isalpha(*curname); curname++);
|
for (; isalpha(*curname); curname++)
|
||||||
|
; /* semi-colon moved to suppress warning */
|
||||||
if (!*curname)
|
if (!*curname)
|
||||||
return (0);
|
return (0);
|
||||||
curname++; /* first char of new name */
|
curname++; /* first char of new name */
|
||||||
|
|||||||
Reference in New Issue
Block a user