mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix build
This commit is contained in:
parent
0729948990
commit
23a942c795
1 changed files with 1 additions and 4 deletions
|
@ -260,10 +260,7 @@ PHP_FUNCTION(zip_entry_open)
|
|||
|
||||
entry->fp = zzip_file_open(archive_p, entry->dirent.d_name, O_RDONLY | O_BINARY);
|
||||
|
||||
if (entry->fp)
|
||||
RETURN_TRUE;
|
||||
else
|
||||
RETURN_FALSE;
|
||||
RETURN_BOOL(entry->fp);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue