From: Dmitry Stogov Date: Wed, 12 Jul 2017 06:46:22 +0000 (+0300) Subject: Fixed compilation error X-Git-Tag: php-7.2.0beta1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b7d3fb45f1878291ac13fc581fd504b1e5eaaa5;p=php Fixed compilation error --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 4d8fc6ca06..17c524f331 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -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; }