Index: src/OFMutableTarArchiveEntry.m ================================================================== --- src/OFMutableTarArchiveEntry.m +++ src/OFMutableTarArchiveEntry.m @@ -46,11 +46,11 @@ - (void)setSize: (uint64_t)size { _size = size; } -- (void)setDate: (OFDate *)modificationDate +- (void)setModificationDate: (OFDate *)modificationDate { OFDate *old = _modificationDate; _modificationDate = [modificationDate retain]; [old release]; }