@@ -92,10 +92,11 @@ @try { _type = OFTarArchiveEntryTypeFile; _POSIXPermissions = [[OFNumber alloc] initWithUnsignedShort: 0644]; + _modificationDate = [[OFDate alloc] init]; } @catch (id e) { [self release]; @throw e; }