From 1a23fec1b09c4bd72da62956269882bbef18b410 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 22 Jun 2008 08:06:48 +0000 Subject: [PATCH] Fix build. --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0