small format sync.
This commit is contained in:
parent
43cdef3ba5
commit
d2e0d7d091
3
scp.c
3
scp.c
|
@ -1176,7 +1176,8 @@ progressmeter(int flag)
|
||||||
abbrevsize >>= 10;
|
abbrevsize >>= 10;
|
||||||
}
|
}
|
||||||
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " %5lu %c%c ",
|
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);
|
timersub(&now, &lastupdate, &wait);
|
||||||
if (cursize > lastsize) {
|
if (cursize > lastsize) {
|
||||||
|
|
Loading…
Reference in New Issue