From 03b8e85a4f9918bf69eb0fee079c8c50edcf0efc Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 8 Sep 2011 16:19:30 +0200 Subject: [PATCH] Fixed exif-only typo in tns_load() --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbs.c b/thumbs.c index 63f08d3..6315b8c 100644 --- a/thumbs.c +++ b/thumbs.c @@ -262,7 +262,7 @@ int tns_load(tns_t *tns, int n, const fileinfo_t *file, (void) fmt; #ifdef EXIF_SUPPORT - if (!cache_hit !strcmp(fmt, "jpeg")) + if (!cache_hit && !strcmp(fmt, "jpeg")) exif_auto_orientate(file); #endif