mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
fix printf format error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8209430fd
commit
c2998a19a4
1 changed files with 1 additions and 1 deletions
|
@ -2043,7 +2043,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
|||
NSString *s;
|
||||
|
||||
s = [NSString stringWithFormat: @"Connect attempt failed - %@",
|
||||
result, [NSError _systemError: result]];
|
||||
[NSError _systemError: result]];
|
||||
[info setObject: s forKey: GSFileHandleNotificationError];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue