sander Sat Oct 12 12:16:37 2002 EDT
Modified files:
/php4/ext/domxml php_domxml.c
Log:
Typo
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.212 php4/ext/domxml/php_domxml.c:1.213
--- php4/ext/domxml/php_domxml.c:1.212 Fri Oct 11 10:00:12 2002
+++ php4/ext/domxml/php_domxml.c Sat Oct 12 12:16:36 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_domxml.c,v 1.212 2002/10/11 14:00:12 chregu Exp $ */
+/* $Id: php_domxml.c,v 1.213 2002/10/12 16:16:36 sander Exp $ */
/* TODO
* - Support Notation Nodes
@@ -2580,7 +2580,7 @@
DOMXML_PARAM_NONE(nodep, id, le_domxmlnodep);
ret = node_attributes(&attrs, nodep TSRMLS_CC);
if ( ret == -1) {
- return NULL;
+ RETURN_NULL();
}
if ( ret > -1) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php