From 4578c9af9311819af1af7f4c8e74a1cf403f919d Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 7 Mar 2001 16:33:13 +0000 Subject: [PATCH] Removing a compiler warning --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1