Explorar el Código

Fixed exif-only typo in tns_load()

master
Bert hace 13 años
padre
commit
03b8e85a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      thumbs.c

+ 1
- 1
thumbs.c Ver fichero

@@ -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
Cargando…
Cancelar
Guardar