mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
...
This commit is contained in:
parent
69a8403175
commit
32acf4736b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ void phpdbg_list_file(const char *filename, long count, long offset TSRMLS_DC) /
|
|||
|
||||
if (VCWD_STAT(filename, &st) == -1) {
|
||||
printf("[Failed to stat file %s]\n", filename);
|
||||
goto out;
|
||||
return;
|
||||
}
|
||||
|
||||
if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue