From 4383a651c733ac59cd00f193c5115567f6a72f5d Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 13 Oct 2011 16:50:06 +0200 Subject: Strictly adhere to ANSI-C standard --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index b3b230d..975758e 100644 --- a/thumbs.c +++ b/thumbs.c @@ -258,7 +258,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file, (void) fmt; #if EXIF_SUPPORT - if (!cache_hit && streq(fmt, "jpeg")) + if (!cache_hit && STREQ(fmt, "jpeg")) exif_auto_orientate(file); #endif -- cgit v1.2.3