ObjFW  Diff

Differences From Artifact [ebda9fe36c]:

To Artifact [d0ff19a328]:


890
891
892
893
894
895
896
897
898
899
900
901
902
903
904

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}
@end

@implementation OFDictionary (FileAttributes)
- (unsigned long long)fileSize
{
	return [attributeForKeyOrException(self, OFFileSize)







|







890
891
892
893
894
895
896
897
898
899
900
901
902
903
904

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}
@end

@implementation OFDictionary (FileAttributes)
- (unsigned long long)fileSize
{
	return [attributeForKeyOrException(self, OFFileSize)