Skip to content

Commit

Permalink
Fix file time for large files
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 25, 2024
1 parent 4dd4060 commit bad4248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ int Cookfs_WriterAddFile(Cookfs_Writer *w, Tcl_Obj *pathObj,
goto error;
}
Cookfs_FsindexUpdateEntryFileSize(entry, dataSize);
entry->fileTime = mtime;

Tcl_WideInt currentOffset = 0;
int currentBlockNumber = 0;
Expand Down

0 comments on commit bad4248

Please sign in to comment.