mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix format string error in -description
This commit is contained in:
parent
3bf1fc5490
commit
10a8e9faf8
1 changed files with 1 additions and 1 deletions
|
@ -1511,7 +1511,7 @@ setNonBlocking(SOCKET fd)
|
||||||
|
|
||||||
- (NSString*) description
|
- (NSString*) description
|
||||||
{
|
{
|
||||||
return [NSString stringWithFormat: @"%@ sock %d loopID %d",
|
return [NSString stringWithFormat: @"%@ sock %d loopID %p",
|
||||||
[super description], _sock, _loopID];
|
[super description], _sock, _loopID];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue