Преглед изворни кода

Fixed exif-only typo in tns_load()

master
Bert пре 13 година
родитељ
комит
03b8e85a4f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      thumbs.c

+ 1
- 1
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



||||||
x
 
000:0
Loading…
Откажи
Сачувај