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

Diff for /src/usr.bin/sort/bwstring.c between version 1.3 and 1.4

version 1.3, 2015/03/18 22:53:27 version 1.4, 2015/03/19 15:20:46
Line 72 
Line 72 
                                 if (*tmp == '\0')                                  if (*tmp == '\0')
                                         continue;                                          continue;
                                 m = sort_strdup(tmp);                                  m = sort_strdup(tmp);
                                   len = strlen(tmp);
                                 for (j = 0; j < len; j++)                                  for (j = 0; j < len; j++)
                                         m[j] = toupper(m[j]);                                          m[j] = toupper(m[j]);
                                 cmonths[i] = m;                                  cmonths[i] = m;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4