[cvs-annodex] commit (/annodex): phpannodex/trunk/src/phpanx_general.c

ctford nobody at lists.annodex.net
Wed Dec 7 12:35:53 EST 2005


Update of /annodex (new revision 1690)

Modified files:
   phpannodex/trunk/src/phpanx_general.c

Log Message:
Removed bogus second argument from anx_open_read() and anx_open_write().

Modified: phpannodex/trunk/src/phpanx_general.c
===================================================================
--- phpannodex/trunk/src/phpanx_general.c	2005-12-06 22:16:23 UTC (rev 1689)
+++ phpannodex/trunk/src/phpanx_general.c	2005-12-07 01:35:53 UTC (rev 1690)
@@ -33,7 +33,7 @@
 	ANNODEX* anx;
 
 	/* Process arguments */
-	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", 
+	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", 
 			&filename, &filename_length ) == FAILURE) {
 	RETURN_NULL();
 	}
@@ -55,7 +55,7 @@
 	ANNODEX* anx;
 
 	/* Process arguments */
-	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", 
+	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", 
 			&filename, &filename_length ) == FAILURE) {
 	RETURN_NULL();
 	}


-- 
ctford



More information about the cvs-annodex mailing list