13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
|
$OpenBSD: patch-tla_libneon_ne_xml_c,v 1.1.1.1 2004/06/10 07:50:43 xsa Exp $
|
||
|
--- tla/libneon/ne_xml.c.orig 2003-12-06 20:35:29.000000000 +0100
|
||
|
+++ tla/libneon/ne_xml.c 2004-06-09 23:27:36.000000000 +0200
|
||
|
@@ -538,7 +538,7 @@ void ne_xml_destroy(ne_xml_parser *p)
|
||
|
|
||
|
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
|