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

Diff for /src/usr.bin/rpcgen/rpc_cout.c between version 1.23 and 1.24

version 1.23, 2013/10/27 18:31:24 version 1.24, 2013/11/28 18:24:54
Line 739 
Line 739 
   
         hptr = ptr;          hptr = ptr;
         while (*str != '\0')          while (*str != '\0')
                 *ptr++ = toupper(*str++);                  *ptr++ = toupper((unsigned char)*str++);
   
         *ptr = '\0';          *ptr = '\0';
         return (hptr);          return (hptr);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24