FreeBSD Bugzilla – Attachment 147749 Details for
Bug 193994
sort doesn't handle old key notation properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for head
sort.diff (text/plain), 314 bytes, created by
Rodrigo Osorio
on 2014-09-28 13:07:41 UTC
(
hide
)
Description:
patch for head
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2014-09-28 13:07:41 UTC
Size:
314 bytes
patch
obsolete
>Index: sort.c >=================================================================== >--- sort.c (revision 272253) >+++ sort.c (working copy) >@@ -897,7 +897,7 @@ > } > } > } >- sprintf(sopt, "-k%d.%d", f1, c1); >+ sprintf(sopt, "-k%d.%d%s", f1, c1, sopts1); > argv[i] = sort_strdup(sopt); > } > }
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 193994
: 147749