mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
issue 325
This commit is contained in:
parent
99fe8d65e8
commit
4961287024
4 changed files with 33 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue