mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Minor typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f05b58bc61
commit
5baaadfce6
1 changed files with 2 additions and 1 deletions
|
@ -2746,7 +2746,8 @@ getBytes(void* dst, void* src, unsigned len, unsigned limit, unsigned *pos)
|
|||
maxLength: sizeof(thePath)-1] == NO)
|
||||
{
|
||||
NSWarnMLog(@"Open (%s) attempt failed - bad path", thePath);
|
||||
return NO;
|
||||
RELEASE(self);
|
||||
return nil;
|
||||
}
|
||||
fd = open(thePath, O_RDONLY);
|
||||
if (fd < 0)
|
||||
|
|
Loading…
Reference in a new issue