From: Zeev Suraski Date: Sat, 21 Jul 2001 16:13:46 +0000 (+0000) Subject: Fix Release builds X-Git-Tag: PRE_TSRM_MERGE_PATCH~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f2da6f219b7373d357cb2a96a779dbaaab58e8f;p=php Fix Release builds --- diff --git a/Zend/zend.c b/Zend/zend.c index aec445a431..d592065b2a 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -470,7 +470,7 @@ ZEND_API void _zend_bailout(ZEND_FILE_LINE_D) ELS_FETCH(); if (!EG(bailout_set)) { - zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!", ZEND_FILE_LINE_RELAY_C); + zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!" ZEND_FILE_LINE_RELAY_CC); exit(-1); } CG(unclean_shutdown) = 1;