Fixed compiler warning.

This commit is contained in:
Ilia Alshanetsky 2005-02-23 18:53:09 +00:00
parent 5ffe5a485d
commit bd0d48f7a5

View File

@ -462,7 +462,7 @@ PHP_FUNCTION(scandir)
char *dirn;
int dirn_len;
long flags = 0;
php_stream_dirent **namelist;
char **namelist;
int n, i;
zval *zcontext = NULL;
php_stream_context *context = NULL;