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

Diff for /src/usr.bin/ftp/cmds.c between version 1.83 and 1.84

version 1.83, 2019/06/28 13:35:01 version 1.84, 2019/11/18 04:37:35
Line 286 
Line 286 
                                                 tp = cp;                                                  tp = cp;
                                                 tp2 = tmpbuf;                                                  tp2 = tmpbuf;
                                                 while ((*tp2 = *tp) != '\0') {                                                  while ((*tp2 = *tp) != '\0') {
                                                      if (isupper((unsigned char)*tp2)) {                                                          if (isupper((unsigned char)*tp2)) {
                                                             *tp2 =                                                                  *tp2 =
                                                                 tolower((unsigned char)*tp2);                                                                      tolower((unsigned char)*tp2);
                                                      }                                                          }
                                                      tp++;                                                          tp++;
                                                      tp2++;                                                          tp2++;
                                                 }                                                  }
                                         }                                          }
                                         tp = tmpbuf;                                          tp = tmpbuf;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84