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

Diff for /src/usr.bin/ssh/scp.c between version 1.52 and 1.53

version 1.52, 2001/02/04 15:32:24 version 1.53, 2001/02/04 23:56:22
Line 1132 
Line 1132 
                 abbrevsize >>= 10;                  abbrevsize >>= 10;
         }          }
         snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5qd %c%c ",          snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5qd %c%c ",
             (quad_t) abbrevsize, prefixes[i], prefixes[i] == ' ' ? ' ' : 'B');              (unsigned long long) abbrevsize, prefixes[i],
               prefixes[i] == ' ' ? ' ' : 'B');
   
         timersub(&now, &lastupdate, &wait);          timersub(&now, &lastupdate, &wait);
         if (cursize > lastsize) {          if (cursize > lastsize) {

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53