Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166442665
D3152.id7179.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
D3152.id7179.diff
View Options
Index: bin/ls/print.c
===================================================================
--- bin/ls/print.c
+++ bin/ls/print.c
@@ -456,7 +456,7 @@
snprintf(fmt, sizeof(fmt), "{d:%s/%%hs} ", field);
xo_attr("value", "%ld", (long) ftime);
xo_emit(fmt, longstring);
- snprintf(fmt, sizeof(fmt), "{en:%s/%%ld} ", field);
+ snprintf(fmt, sizeof(fmt), "{en:%s/%%ld}", field);
xo_emit(fmt, (long) ftime);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 14, 2:39 PM (13 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36735419
Default Alt Text
D3152.id7179.diff (412 B)
Attached To
Mode
D3152: Remove an excess space accidently included in the output in ls(1)
Attached
Detach File
Event Timeline
Log In to Comment