mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Prevented the warning about truncate int to char
This commit is contained in:
parent
caedca8dd0
commit
8de80c9679
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue