From d721d8453e6c0ff7112e8228eb58aa438d1f7f1a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 26 Sep 2011 21:53:52 +0200 Subject: Added STREQ macro --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 11c580f..92fbd22 100644 --- a/thumbs.c +++ b/thumbs.c @@ -255,7 +255,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file, (void) fmt; #if EXIF_SUPPORT - if (!cache_hit && !strcmp(fmt, "jpeg")) + if (!cache_hit && STREQ(fmt, "jpeg")) exif_auto_orientate(file); #endif -- cgit v1.2.3-54-g00ecf