Added STREQ macro

This commit is contained in:
Bert Münnich
2011-09-26 21:53:52 +02:00
parent d08408e942
commit d721d8453e
5 changed files with 8 additions and 6 deletions

View File

@ -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