[BACK]Return to rpc_main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Diff for /src/usr.bin/rpcgen/rpc_main.c between version 1.26 and 1.27

version 1.26, 2013/10/27 18:31:24 version 1.27, 2013/11/28 18:24:54
Line 445 
Line 445 
         /* convert to upper case */          /* convert to upper case */
         tmp = guard;          tmp = guard;
         while (*tmp) {          while (*tmp) {
                 if (islower(*tmp))                  if (islower((unsigned char)*tmp))
                         *tmp = toupper(*tmp);                          *tmp = toupper((unsigned char)*tmp);
                 tmp++;                  tmp++;
         }          }
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27