Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164636449
D16960.id47500.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
450 B
Referenced Files
None
Subscribers
None
D16960.id47500.diff
View Options
Index: misc.c
===================================================================
--- misc.c
+++ misc.c
@@ -125,7 +125,7 @@
HN_AUTOSCALE, HN_DECIMAL | HN_DIVISOR_1000);
asprintf(&buf, " %'ju bytes (%s, %s) transferred %.3fs, %s/s",
(uintmax_t)st.bytes, si, iec, secs, persec);
- outlen = fprintf(stderr, "%-*s\r", outlen, buf);
+ outlen = fprintf(stderr, "%-*s\r", outlen, buf) - 1;
fflush(stderr);
free(buf);
need_progress = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 6:28 PM (40 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35913867
Default Alt Text
D16960.id47500.diff (450 B)
Attached To
Mode
D16960: dd: Correct padding in status=progress
Attached
Detach File
Event Timeline
Log In to Comment