]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Fri, 8 Dec 2006 20:17:31 +0000 (20:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 8 Dec 2006 20:17:31 +0000 (20:17 +0000)
ext/standard/iptc.c

index d2afd3af69c9e9c3b13c766e6a8dcc24a85b7638..567b2866c09d0bb653cee340ed7026f8121df2f8 100644 (file)
@@ -187,7 +187,7 @@ PHP_FUNCTION(iptcembed)
        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;
        }