FreeBSD Bugzilla – Attachment 30636 Details for
Bug 51488
Compat patch: more(1) allowed filename to start with '+'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 431 bytes, created by
Dmitry Sivachenko
on 2003-04-28 11:50:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Sivachenko
Created:
2003-04-28 11:50:14 UTC
Size:
431 bytes
patch
obsolete
>--- main.c.orig Mon Apr 28 14:36:38 2003 >+++ main.c Mon Apr 28 14:38:21 2003 >@@ -125,7 +125,8 @@ > if (s != NULL) > scan_option(save(s)); > >-#define isoptstring(s) (((s)[0] == '-' || (s)[0] == '+') && (s)[1] != '\0') >+#define isoptstring(s) more_mode ? (((s)[0] == '-') && (s)[1] != '\0') : \ >+ (((s)[0] == '-' || (s)[0] == '+') && (s)[1] != '\0') > while (argc > 0 && (isoptstring(*argv) || isoptpending())) > { > s = *argv++;
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 51488
: 30636