@@ -63,11 +63,11 @@ } /*! * The file name of the entry. */ -@property (readonly, copy) OFString *fileName; +@property (readonly, nonatomic) OFString *fileName; /*! * The mode of the entry. */ @property (readonly) uint32_t mode; @@ -78,11 +78,11 @@ @property (readonly) uint64_t size; /*! * The date of the last modification of the file. */ -@property (readonly, copy) OFDate *modificationDate; +@property (readonly, nonatomic) OFDate *modificationDate; /*! * The type of the archive entry. * * See @ref of_tar_archive_entry_type_t. @@ -90,21 +90,21 @@ @property (readonly) of_tar_archive_entry_type_t type; /*! * The file name of the target (for a hard link or symbolic link). */ -@property (readonly, copy) OFString *targetFileName; +@property (readonly, nonatomic) OFString *targetFileName; /*! * The owner of the file. */ -@property (readonly, copy) OFString *owner; +@property (readonly, nonatomic) OFString *owner; /*! * The group of the file. */ -@property (readonly, copy) OFString *group; +@property (readonly, nonatomic) OFString *group; /*! * The device major (if the file is a device). */ @property (readonly) uint32_t deviceMajor;