FreeBSD Bugzilla – Attachment 152821 Details for
Bug 197499
wc libxo emits invalid JSON when used on multiple files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
removes the 'total' key, making the total just a regular array element
wc_inside.diff (text/plain), 389 bytes, created by
Allan Jude
on 2015-02-09 21:02:22 UTC
(
hide
)
Description:
removes the 'total' key, making the total just a regular array element
Filename:
MIME Type:
Creator:
Allan Jude
Created:
2015-02-09 21:02:22 UTC
Size:
389 bytes
patch
obsolete
>Index: usr.bin/wc/wc.c >=================================================================== >--- usr.bin/wc/wc.c (revision 278472) >+++ usr.bin/wc/wc.c (working copy) >@@ -141,9 +141,7 @@ > } > > if (total > 1) { >- xo_open_container("total"); > show_cnt("total", tlinect, twordct, tcharct, tlongline); >- xo_close_container("total"); > } > xo_close_list("file"); > xo_close_container("wc");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197499
:
152820
|
152821
|
152825