]> granicus.if.org Git - php/commitdiff
Fix build.
authorSebastian Bergmann <sebastian@php.net>
Sun, 22 Jun 2008 08:06:48 +0000 (08:06 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 22 Jun 2008 08:06:48 +0000 (08:06 +0000)
ext/gd/gd.c

index 7f8974cc2a6e2a8b5927c893777b65a2e5f71a8a..844f0c5ac72e5ab7c5be243e88f67485ccfbd123 100644 (file)
@@ -4542,7 +4542,7 @@ PHP_FUNCTION(imagepsbbox)
                ZEND_WRONG_PARAM_COUNT();
        }
        
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len &fnt, &sz, &sp, &wd, &angle) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len, &fnt, &sz, &sp, &wd, &angle) == FAILURE) {
                return;
        }