[Xfce4-commits] [xfce/tumbler] 01/01: Fix typo in exif tag for image height

noreply at xfce.org noreply at xfce.org
Mon May 29 20:07:56 CEST 2017


This is an automated email from the git hooks/post-receive script.

ali pushed a commit to branch master
in repository xfce/tumbler.

commit 7c78b8762a3254fe42daf8d8c164577f73e4dcff
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