mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fixed error message.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2216f794e9
commit
e8d980b389
1 changed files with 1 additions and 1 deletions
|
@ -1188,7 +1188,7 @@ static int debug_run_loop = 0;
|
|||
/* Some exceptional condition happened. */
|
||||
/* xxx We can do something with exception_fds, instead of
|
||||
aborting here. */
|
||||
perror ("[NSRunLoop receivePacketWithTimeout:] select()");
|
||||
perror ("[NSRunLoop acceptInputForMode:beforeDate:] select()");
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue