[Xfce4-commits] [xfce/tumbler] 03/06: Fix typo in exif tag for image height
noreply at xfce.org
noreply at xfce.org
Wed Jun 7 12:03:31 CEST 2017
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2
in repository xfce/tumbler.
commit f6c2e7df53ee0290cc7804b153477334ac0dc5fe
Author: Justin Gassner <justin.gassner at web.de>
Date: Sat Dec 17 19:57:03 2016 +0100
Fix typo in exif tag for image height
Signed-off-by: Ali Abdallah <aliovx at gmail.com>
---
plugins/jpeg-thumbnailer/jpeg-thumbnailer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c b/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
index 1bfdc3c..0854ed7 100644
--- a/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
+++ b/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c
@@ -497,7 +497,7 @@ tvtj_exif_parse_ifd (TvtjExif *exif,
/* and remember it appropriately */
if (tag == 0x0100)
exif->thumb.thumb_tiff.width = value;
- else if (tag == 0x0100)
+ else if (tag == 0x0101)
exif->thumb.thumb_tiff.height = value;
else if (tag == 0x0106)
exif->thumb.thumb_tiff.interp = value;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list