Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294351 Details for
Bug 431887
Cannot handle file names with integrated spaces
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch-allow-spaces.patch
patch-allow-spaces.patch (text/plain), 588 bytes, created by
Tim Waugh
on 2008-02-08 13:40:27 UTC
(
hide
)
Description:
patch-allow-spaces.patch
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2008-02-08 13:40:27 UTC
Size:
588 bytes
patch
obsolete
>--- patch-2.5.4/util.c 1999-08-30 07:20:08.000000000 +0100 >+++ patch-2.5.9/util.c 2003-05-20 15:04:53.000000000 +0100 >@@ -939,7 +939,13 @@ fetchname (char *at, int strip_leading, > } > else if (ISSPACE ((unsigned char) *t)) > { >+ /* Allow file names with internal spaces, >+ but only if a tab separates the file name from the date. */ > char const *u = t; >+ while (*u != '\t' && ISSPACE ((unsigned char) u[1])) >+ u++; >+ if (*u != '\t' && strchr (u + 1, '\t')) >+ continue; > > if (set_time | set_utc) > stamp = str2time (&u, initial_time,
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 431887
: 294351