From 8ee211b61c55dc9aa2829511a11c81a57dff6c4e Mon Sep 17 00:00:00 2001 From: Xuefer Date: Wed, 28 Mar 2012 01:56:17 +0000 Subject: [PATCH] kill warning git-svn-id: svn://svn.lighttpd.net/xcache/trunk@852 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 494a9c1..99720d3 100644 --- a/utils.c +++ b/utils.c @@ -904,7 +904,7 @@ void xc_sandbox_free(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_D if (install != XC_NoInstall) { CG(in_compilation) = 1; - CG(compiled_filename) = sandbox->filename; + CG(compiled_filename) = ZEND_24((const char *)) sandbox->filename; CG(zend_lineno) = 0; xc_sandbox_install(sandbox, install TSRMLS_CC); CG(in_compilation) = 0;