From: Sebastian Bergmann Date: Sun, 22 Jun 2008 08:06:48 +0000 (+0000) Subject: Fix build. X-Git-Tag: php-5.3.0alpha1~668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a23fec1b09c4bd72da62956269882bbef18b410;p=php Fix build. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 7f8974cc2a..844f0c5ac7 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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; }