[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.53 and 1.54

version 1.53, 2001/02/04 23:56:22 version 1.54, 2001/02/07 18:01:17
Line 1131 
Line 1131 
                 i++;                  i++;
                 abbrevsize >>= 10;                  abbrevsize >>= 10;
         }          }
         snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5qd %c%c ",          snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5llu %c%c ",
             (unsigned long long) abbrevsize, prefixes[i],              (unsigned long long) abbrevsize, prefixes[i],
             prefixes[i] == ' ' ? ' ' : 'B');              prefixes[i] == ' ' ? ' ' : 'B');
   

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