summaryrefslogtreecommitdiff
path: root/devel/devtodo/files/patch-util-XML.cc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-22 17:07:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-22 17:07:38 +0000
commitba136a0db35024fc98c9a681fb31f175db38a520 (patch)
treec0c3dbab620e263b6c56e349125282163ca5e2db /devel/devtodo/files/patch-util-XML.cc
parent- Author rerolled tarballs with the missing pt_BR translation (diff)
- Fix runtime bug
PR: ports/118949 Submitted by: Jeppe Larsen <jwl@io.dk> Obtained from: http://swapoff.org/ticket/54
Diffstat (limited to 'devel/devtodo/files/patch-util-XML.cc')
-rw-r--r--devel/devtodo/files/patch-util-XML.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/devtodo/files/patch-util-XML.cc b/devel/devtodo/files/patch-util-XML.cc
new file mode 100644
index 000000000000..5a2d4a3ec816
--- /dev/null
+++ b/devel/devtodo/files/patch-util-XML.cc
@@ -0,0 +1,11 @@
+--- 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,.]+)|(\"[^\"]*\")|('[^']*')))"