Commit ed636cbe authored by Yang Tse's avatar Yang Tse
Browse files

Replace isupper with our uppercase macro version

parent 738e4f41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */