@@ -936,14 +936,14 @@ return OF_RETAIN_COUNT_MAX; } @end @implementation OFDictionary (FileAttributes) -- (uintmax_t)fileSize +- (unsigned long long)fileSize { return [attributeForKeyOrException(self, of_file_attribute_key_size) - uIntMaxValue]; + unsignedLongLongValue]; } - (of_file_type_t)fileType { return attributeForKeyOrException(self, of_file_attribute_key_type);