Ignore the timestamp, add TODO

This commit is contained in:
Matt Nadareski
2019-12-04 16:25:45 -08:00
parent 2c19420cec
commit cf70f4fd4f
2 changed files with 6 additions and 4 deletions

View File

@@ -528,7 +528,7 @@ namespace Compress.ZipFile
// TODO: Figure out the timestamp instead of using ticks like we were before
public ZipReturn ZipFileOpen(string newFilename, long timestamp, bool readHeaders)
{
ZipFileClose();