mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
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;
|
||||
}
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user