mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
Static build (scan only)
This commit is contained in:
@@ -57,7 +57,7 @@ void parse(void *arg) {
|
||||
doc.ino = job->info.st_ino;
|
||||
doc.mtime = job->info.st_mtim.tv_sec;
|
||||
|
||||
uuid_generate_time_safe(doc.uuid);
|
||||
uuid_generate(doc.uuid);
|
||||
char *buf[PARSE_BUF_SIZE];
|
||||
|
||||
if (job->info.st_size == 0) {
|
||||
|
||||
Reference in New Issue
Block a user