S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
Immanuel
/
sxiv
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
Fix recreation of thumbnail cache file after manual reload
master
Bert Münnich
před 13 roky
rodič
7177270c10
revize
b410c022a8
2 změnil soubory
, kde provedl
3 přidání
a
3 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+2
-2
Makefile
+1
-1
thumbs.c
+ 2
- 2
Makefile
Zobrazit soubor
@@ -1,4 +1,4 @@
VERSION = git-2012021
2
VERSION = git-2012021
4
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
SRC = commands.c
exif.c
image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
all: options sxiv
+ 1
- 1
thumbs.c
Zobrazit soubor
@@ -271,7 +271,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file,
imlib_free_image_and_decache();
if (use_cache && !cache_hit)
tns_cache_write(t,
fals
e);
tns_cache_write(t,
tru
e);
tns->dirty = true;
return true;
Zapsat
Náhled
Načítá se…
Zrušit
Uložit