]> granicus.if.org Git - php/commitdiff
MFB
authorNuno Lopes <nlopess@php.net>
Wed, 6 Sep 2006 15:32:19 +0000 (15:32 +0000)
committerNuno Lopes <nlopess@php.net>
Wed, 6 Sep 2006 15:32:19 +0000 (15:32 +0000)
ext/simplexml/simplexml.c

index 6c8f6422cff65b597a86c291863e4ff66ba26ffa..9e460da56847430f3d3f31880b4df2c30dd29ff4 100644 (file)
@@ -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;