Prevented the warning about truncate int to char

This commit is contained in:
Xinchen Hui 2011-08-08 07:12:12 +00:00
parent caedca8dd0
commit 8de80c9679

View file

@ -615,7 +615,7 @@ static const char *param_mode_conflict = "Either execute direct code, process st
*/ */
static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno TSRMLS_DC) static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno TSRMLS_DC)
{ {
char c; int c;
*lineno = 1; *lineno = 1;