From f6b4a42589067f2021ba39fb965586872c8be985 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sun, 23 May 2021 20:59:29 +0000 Subject: [PATCH] fpexif: Typo in ImageUniqueID tag. Issue #38926. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8045 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpexif/fpeexifdata.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpexif/fpeexifdata.pas b/components/fpexif/fpeexifdata.pas index 1feaf5fd7..e01338901 100644 --- a/components/fpexif/fpeexifdata.pas +++ b/components/fpexif/fpeexifdata.pas @@ -466,7 +466,7 @@ begin AddUShortTag (E+$A40A, 'Sharpness', 1, rsSharpness, rsNormalSoftHard); AddBinaryTag (E+$A40B, 'DeviceSettingDescription', 1, rsDeviceSettingDescription); AddUShortTag (E+$A40C, 'SubjectDistanceRange', 1, rsSubjectDistancerange, rsSubjectDistanceRangeLkup); - AddStringTag (E+$A420, 'ImgeUniqueID', 1, rsImageUniqueID); + AddStringTag (E+$A420, 'ImageUniqueID', 1, rsImageUniqueID); AddStringTag (E+$A430, 'OwnerName', 1, rsOwnerName); AddStringTag (E+$A431, 'SerialNumber', 1, rsSerialNumber); AddURationalTag(E+$A432, 'LensInfo', 4, rsLensInfo);