mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
a800d82a7b
commit
5459cc0f28
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)
|
||||
{
|
||||
NSLog(@"unable to get status of descriptor - %s", GSLastErrorStr(errno));
|
||||
NSLog(@"unable to get status of descriptor - %s",
|
||||
GSLastErrorStr(errno));
|
||||
RELEASE(self);
|
||||
return nil;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue