From 984a56c9ab0992a7672d59ffbe9138ffd1594299 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 6 Sep 2006 15:32:19 +0000 Subject: [PATCH] MFB --- ext/simplexml/simplexml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 6c8f6422cf..9e460da568 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1964,7 +1964,7 @@ SXE_METHOD(__construct) { php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC); char *data, *ns = NULL; - int data_len, *ns_len = 0; + int data_len, ns_len = 0; xmlDocPtr docp; long options = 0; zend_bool is_url = 0, isprefix = 0; -- 2.50.1