1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Fixed compilation error

This commit is contained in:
Dmitry Stogov
2017-07-12 09:46:22 +03:00
parent 7845182edd
commit 2b7d3fb45f
+1 -1
View File
@@ -4455,7 +4455,7 @@ PHP_FUNCTION(exif_read_data)
convert_to_string(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;
}