From d4e028c96af89ade493b440d4f2de6b684c03a06 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 17 May 2004 06:56:59 +0000 Subject: Load /tmp/tmp.QVLX5b/libxml2-2.6.10 into packages/libxml2/branches/upstream/current. --- catalog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog.c') diff --git a/catalog.c b/catalog.c index 711761e..7c328f2 100644 --- a/catalog.c +++ b/catalog.c @@ -3510,7 +3510,7 @@ xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) { const xmlChar * xmlCatalogGetSystem(const xmlChar *sysID) { xmlChar *ret; - static xmlChar result[1000]; + xmlChar result[1000]; static int msg = 0; if (!xmlCatalogInitialized) @@ -3554,7 +3554,7 @@ xmlCatalogGetSystem(const xmlChar *sysID) { const xmlChar * xmlCatalogGetPublic(const xmlChar *pubID) { xmlChar *ret; - static xmlChar result[1000]; + xmlChar result[1000]; static int msg = 0; if (!xmlCatalogInitialized) -- cgit v1.2.3