issue 325

This commit is contained in:
rfm 2024-11-08 11:52:27 +00:00
parent 99fe8d65e8
commit 4961287024
4 changed files with 33 additions and 1 deletions

View file

@ -467,6 +467,12 @@ static Class NSFileHandle_ssl_class = nil;
[self subclassResponsibility: _cmd];
}
- (BOOL) truncateAtOffset: (unsigned long long)offset
error: (out NSError **)error
{
[self subclassResponsibility: _cmd];
return NO;
}
@end