使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Immanuel
/
sxiv
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fix recreation of thumbnail cache file after manual reload
master
Bert Münnich
13 年前
父节点
7177270c10
当前提交
b410c022a8
共有
2 个文件被更改
,包括
3 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
Makefile
+1
-1
thumbs.c
+ 2
- 2
Makefile
查看文件
@@ -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
查看文件
@@ -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;
撰写
预览
正在加载...
取消
保存