mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 23:39:04 +00:00
use sqlite to save index, major thread pool refactor
This commit is contained in:
1
third-party/libscan/test/test_util.cpp
vendored
1
third-party/libscan/test/test_util.cpp
vendored
@@ -55,7 +55,6 @@ void load_file(const char *filepath, vfile_t *f) {
|
||||
|
||||
f->mtime = (int)info.st_mtim.tv_sec;
|
||||
f->st_size = info.st_size;
|
||||
f->st_mode = info.st_mode;
|
||||
|
||||
f->fd = open(filepath, O_RDONLY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user