Changeset 852

Show
Ignore:
Timestamp:
03/28/2012 03:56:17 AM (14 months ago)
Author:
moo
Message:

kill warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.c

    r847 r852  
    905905    if (install != XC_NoInstall) { 
    906906        CG(in_compilation)    = 1; 
    907         CG(compiled_filename) = sandbox->filename; 
     907        CG(compiled_filename) = ZEND_24((const char *)) sandbox->filename; 
    908908        CG(zend_lineno)       = 0; 
    909909        xc_sandbox_install(sandbox, install TSRMLS_CC);