From: Frank M. Kromann Date: Wed, 7 Mar 2001 16:33:13 +0000 (+0000) Subject: Removing a compiler warning X-Git-Tag: php-4.0.5RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4578c9af9311819af1af7f4c8e74a1cf403f919d;p=php Removing a compiler warning --- diff --git a/main/main.c b/main/main.c index 4fb2c9a45d..bcf7ce2432 100644 --- a/main/main.c +++ b/main/main.c @@ -640,7 +640,7 @@ void php_request_shutdown(void *dummy) PLS_FETCH(); if (setjmp(EG(bailout))==0) { - php_end_ob_buffers(SG(request_info).headers_only?0:1); + php_end_ob_buffers((zend_bool)(SG(request_info).headers_only?0:1)); } if (setjmp(EG(bailout))==0) {