FreeBSD Bugzilla – Attachment 17949 Details for
Bug 32433
Cannot specify files beginning with + on ee command line.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 391 bytes, created by
Mike Edenfield
on 2001-12-02 02:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mike Edenfield
Created:
2001-12-02 02:10:01 UTC
Size:
391 bytes
patch
obsolete
>--- usr.bin/ee/ee.c.old Sat Dec 1 20:40:09 2001 >+++ usr.bin/ee/ee.c Sat Dec 1 20:41:45 2001 >@@ -2094,7 +2094,8 @@ > else if (*buff == '+') > { > buff++; >- start_at_line = buff; >+ if isdigit(*buff) >+ start_at_line = buff; > } > > else
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 32433
: 17949