tony2001                Fri Dec  8 20:17:31 2006 UTC

  Modified files:              
    /php-src/ext/standard       iptc.c 
  Log:
  fix typo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/iptc.c?r1=1.57&r2=1.58&diff_format=u
Index: php-src/ext/standard/iptc.c
diff -u php-src/ext/standard/iptc.c:1.57 php-src/ext/standard/iptc.c:1.58
--- php-src/ext/standard/iptc.c:1.57    Thu Dec  7 21:11:54 2006
+++ php-src/ext/standard/iptc.c Fri Dec  8 20:17:31 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: iptc.c,v 1.57 2006/12/07 21:11:54 andrei Exp $ */
+/* $Id: iptc.c,v 1.58 2006/12/08 20:17:31 tony2001 Exp $ */
 
 /*
  * Functions to parse & compse IPTC data.
@@ -187,7 +187,7 @@
        unsigned char *spoolbuf=0, *poi=0;
        struct stat sb;
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "SZ|l", &iptcdata, 
iptcdata_len, &pp_jpeg_file, &spool) == FAILURE ||
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "SZ|l", &iptcdata, 
&iptcdata_len, &pp_jpeg_file, &spool) == FAILURE ||
                php_stream_path_param_encode(pp_jpeg_file, &jpeg_file, 
&jpeg_file_len, REPORT_ERRORS, FG(default_context)) == FAILURE) {
                return;
        }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to