mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-14 03:39:49 +00:00
update
This commit is contained in:
@@ -258,6 +258,7 @@ void data_write(const char *filename, ib_array *items)
|
||||
fprintf(fp, "%s|%u|%u\n",
|
||||
item->path->ptr, item->rank, item->timestamp);
|
||||
}
|
||||
fflush(fp);
|
||||
flock(fd, LOCK_UN);
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user