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:
Nicola Pero 2002-10-05 17:58:23 +00:00
parent f05b58bc61
commit 5baaadfce6

View file

@ -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)