reverted the broken change. Daniel

* catalog.c: reverted the broken change.
Daniel
diff --git a/catalog.c b/catalog.c
index 7c328f2..711761e 100644
--- a/catalog.c
+++ b/catalog.c
@@ -3510,7 +3510,7 @@
 const xmlChar *
 xmlCatalogGetSystem(const xmlChar *sysID) {
     xmlChar *ret;
-    xmlChar result[1000];
+    static xmlChar result[1000];
     static int msg = 0;
 
     if (!xmlCatalogInitialized)
@@ -3554,7 +3554,7 @@
 const xmlChar *
 xmlCatalogGetPublic(const xmlChar *pubID) {
     xmlChar *ret;
-    xmlChar result[1000];
+    static xmlChar result[1000];
     static int msg = 0;
 
     if (!xmlCatalogInitialized)