mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11720 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8638bb0d04
commit
9291b41a66
1 changed files with 2 additions and 1 deletions
|
@ -528,7 +528,8 @@ getAddr(NSString* name, NSString* svc, NSString* pcl, struct sockaddr_in *sin)
|
||||||
|
|
||||||
if (fstat(desc, &sbuf) < 0)
|
if (fstat(desc, &sbuf) < 0)
|
||||||
{
|
{
|
||||||
NSLog(@"unable to get status of descriptor - %s", GSLastErrorStr(errno));
|
NSLog(@"unable to get status of descriptor - %s",
|
||||||
|
GSLastErrorStr(errno));
|
||||||
RELEASE(self);
|
RELEASE(self);
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue