Don't skip dot files when cleaning cache

This commit is contained in:
Kacper Gutowski
2018-07-05 03:39:27 +02:00
committed by Bert Münnich
parent 1613b42411
commit e6c9218319
4 changed files with 12 additions and 6 deletions

2
sxiv.h
View File

@ -364,7 +364,7 @@ void error(int, int, const char*, ...);
void size_readable(float*, const char**);
int r_opendir(r_dir_t*, const char*, bool);
int r_closedir(r_dir_t*);
char* r_readdir(r_dir_t*);
char* r_readdir(r_dir_t*, bool);
int r_mkdir(char*);