Index: utils/ofhttp/OFHTTP.m ================================================================== --- utils/ofhttp/OFHTTP.m +++ utils/ofhttp/OFHTTP.m @@ -331,11 +331,11 @@ clientHeaders = [[_clientHeaders mutableCopy] autorelease]; if (_continue) { @try { - off_t size = [OFFile sizeOfFileAtPath: fileName]; + of_offset_t size = [OFFile sizeOfFileAtPath: fileName]; OFString *range; if (size > INTMAX_MAX) @throw [OFOutOfRangeException exception];