mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-17 09:01:44 +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 */
|
||||
for (; isalpha(*curname); curname++);
|
||||
for (; isalpha(*curname); curname++)
|
||||
; /* semi-colon moved to suppress warning */
|
||||
if (!*curname)
|
||||
return (0);
|
||||
curname++; /* first char of new name */
|
||||
|
||||
Reference in New Issue
Block a user