FreeBSD Bugzilla – Attachment 152825 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]
make 'total' the last element of the file array [updated patch]
wc_inside_v2.diff (text/plain), 450 bytes, created by
Allan Jude
on 2015-02-10 00:06:18 UTC
(
hide
)
Description:
make 'total' the last element of the file array [updated patch]
Filename:
MIME Type:
Creator:
Allan Jude
Created:
2015-02-10 00:06:18 UTC
Size:
450 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,9 @@ > } > > if (total > 1) { >- xo_open_container("total"); >+ xo_open_instance("total"); > show_cnt("total", tlinect, twordct, tcharct, tlongline); >- xo_close_container("total"); >+ xo_close_instance("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