]> granicus.if.org Git - php/commitdiff
- typo
authorMichael Wallner <mike@php.net>
Tue, 3 Oct 2006 22:28:33 +0000 (22:28 +0000)
committerMichael Wallner <mike@php.net>
Tue, 3 Oct 2006 22:28:33 +0000 (22:28 +0000)
main/output.c

index e72a94b5bb1999ade91f2da558293e38bd3f461c..68a6ba0651120f222902de1ed65c5112ee624017 100644 (file)
@@ -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);