mike            Tue Oct  3 22:28:33 2006 UTC

  Modified files:              
    /php-src/main       output.c 
  Log:
  - typo
  
http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.198&r2=1.199&diff_format=u
Index: php-src/main/output.c
diff -u php-src/main/output.c:1.198 php-src/main/output.c:1.199
--- php-src/main/output.c:1.198 Tue Oct  3 22:20:28 2006
+++ php-src/main/output.c       Tue Oct  3 22:28:33 2006
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.198 2006/10/03 22:20:28 mike Exp $ */
+/* $Id: output.c,v 1.199 2006/10/03 22:28:33 mike Exp $ */
 
 #ifndef PHP_OUTPUT_DEBUG
 #      define PHP_OUTPUT_DEBUG 0
@@ -514,7 +514,7 @@
                                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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to