Changeset 545 for trunk/utils.c

Show
Ignore:
Timestamp:
03/15/2008 01:59:29 AM (9 months ago)
Author:
moo
Message:

fixed undefined symbol zend_vspprintf, use vspprintf instead

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.c

    r515 r545  
    565565    compilererror = &sandbox->compilererrors[sandbox->compilererror_cnt++]; 
    566566    compilererror->lineno = error_lineno; 
    567     compilererror->error_len = zend_vspprintf(&compilererror->error, 0, format, args); 
     567    compilererror->error_len = vspprintf(&compilererror->error, 0, format, args); 
    568568} 
    569569/* }}} */