diff options
Diffstat (limited to 'devel/tla/files/patch-libneon-ne_xml.c')
-rw-r--r-- | devel/tla/files/patch-libneon-ne_xml.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tla/files/patch-libneon-ne_xml.c b/devel/tla/files/patch-libneon-ne_xml.c new file mode 100644 index 000000000000..240cba1b1ce2 --- /dev/null +++ b/devel/tla/files/patch-libneon-ne_xml.c @@ -0,0 +1,11 @@ +--- ../tla/libneon.orig/ne_xml.c Sat Dec 6 20:35:29 2003 ++++ ../tla/libneon/ne_xml.c Sat Apr 17 20:11:55 2004 +@@ -538,7 +538,7 @@ + + void ne_xml_set_error(ne_xml_parser *p, const char *msg) + { +- ne_snprintf(p->error, ERR_SIZE, msg); ++ ne_snprintf(p->error, ERR_SIZE, "%s", msg); + } + + #ifdef HAVE_LIBXML |