From: Michael Wallner Date: Tue, 3 Oct 2006 22:28:33 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_1_0_0RC1~1440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99fe9133c1577b254f42be2a5f6b578187a2bcd0;p=php - typo --- diff --git a/main/output.c b/main/output.c index e72a94b5bb..68a6ba0651 100644 --- a/main/output.c +++ b/main/output.c @@ -514,7 +514,7 @@ PHPAPI php_output_handler *php_output_handler_create_user(zval *output_handler, ZVAL_ADDREF(output_handler); user->zoh = output_handler; user->fci.param_count = 2; - user->fci.params = (zval ***) &user->fcp; + user->fci.params = (zval ***) user->fcp; handler->func.user = user; } else { efree(user);