small format sync.

This commit is contained in:
Kevin Steves 2001-02-11 14:19:40 +00:00
parent 43cdef3ba5
commit d2e0d7d091

3
scp.c
View File

@ -1176,7 +1176,8 @@ progressmeter(int flag)
abbrevsize >>= 10;
}
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5lu %c%c ",
(unsigned long) abbrevsize, prefixes[i], prefixes[i] == ' ' ? ' ' : 'B');
(unsigned long) abbrevsize, prefixes[i],
prefixes[i] == ' ' ? ' ' : 'B');
timersub(&now, &lastupdate, &wait);
if (cursize > lastsize) {