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

Diff for /src/usr.bin/ftp/util.c between version 1.65 and 1.66

version 1.65, 2014/01/23 00:39:15 version 1.66, 2014/01/29 16:58:21
Line 811 
Line 811 
                     dotdot);                      dotdot);
                 overhead += l + 1;                  overhead += l + 1;
         } else          } else
                 snprintf(buf, sizeof(buf), "");                  snprintf(buf, sizeof(buf), "\r");
   
         if (!verbose && title != NULL) {          if (!verbose && title != NULL) {
                 int l = strlen(title);                  int l = strlen(title);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66