mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compilation error
This commit is contained in:
parent
7845182edd
commit
2b7d3fb45f
1 changed files with 1 additions and 1 deletions
|
@ -4455,7 +4455,7 @@ PHP_FUNCTION(exif_read_data)
|
||||||
convert_to_string(stream);
|
convert_to_string(stream);
|
||||||
|
|
||||||
if (!Z_STRLEN_P(stream)) {
|
if (!Z_STRLEN_P(stream)) {
|
||||||
exif_error_docref(NULL, EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
|
exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
|
||||||
|
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue