Replace isupper with our uppercase macro version

This commit is contained in:
Yang Tse 2007-11-15 13:20:18 +00:00
parent 738e4f410c
commit ed636cbe44
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ again:
fprintf(server, "filename: %s\n", filename);
for (cp = mode; *cp; cp++)
if (isupper((int)*cp))
if(ISUPPER(*cp))
*cp = (char)tolower((int)*cp);
/* store input protocol */