FreeBSD Bugzilla – Attachment 83250 Details for
Bug 118949
[patch] fix database error in devel/devtodo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 538 bytes, created by
Jeppe Larsen
on 2007-12-22 12:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeppe Larsen
Created:
2007-12-22 12:40:02 UTC
Size:
538 bytes
patch
obsolete
>--- util/XML.cc.orig Mon Dec 10 22:26:55 2007 >+++ util/XML.cc Mon Dec 10 22:27:07 2007 >@@ -49,7 +49,7 @@ void XML::init() { > // Only initialise scanners once > if (!initialised) { > // <?xml version="1.0" encoding="UTF-8" standalone="no"?> >- xmlScan.addPattern(XmlDecl, "<\\?xml.*?>[[:space:]]*"); >+ xmlScan.addPattern(XmlDecl, "<\\?xml.*\\?>[[:space:]]*"); > xmlScan.addPattern(XmlCommentBegin, "<!--"); > xmlScan.addPattern(XmlBegin, "<[a-zA-Z0-9_-]+" > "([[:space:]]+[a-zA-Z_0-9-]+=(([/a-zA-Z_0-9,.]+)|(\"[^\"]*\")|('[^']*')))"
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 118949
: 83250