From 2dc705199c6280ca4282a03c837ccc61019c7651 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 21 Apr 2005 09:34:47 +0000 Subject: [PATCH] * Fixed a typo --- includes/exifReader.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/exifReader.inc b/includes/exifReader.inc index f536f9d862..158621add7 100644 --- a/includes/exifReader.inc +++ b/includes/exifReader.inc @@ -1013,7 +1013,7 @@ class phpExifReader { break; case TAG_CUSTOM_RENDERED: $tmp = $this->ConvertAnyFormat($ValuePtr, $Format); - $this->ImageInfo['h']["customRendered"] = ($mp == 0) ? 'Normal Process' : ($mp == 1 ? 'Custom Process' : 'Reserved'); + $this->ImageInfo['h']["customRendered"] = ($tmp == 0) ? 'Normal Process' : ($tmp == 1 ? 'Custom Process' : 'Reserved'); break; case TAG_EXPOSURE_MODE: $tmp = $this->ConvertAnyFormat($ValuePtr, $Format); -- 2.20.1