mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 14:12:26 +00:00
Minor thread fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31cc95eea9
commit
f7d1a66144
2 changed files with 5 additions and 2 deletions
|
@ -249,8 +249,9 @@ gnustep_base_thread_callback()
|
|||
*/
|
||||
if (objc_thread_detach(@selector(_sendThreadMethod), thread, nil) == NULL)
|
||||
{
|
||||
/* This should probably be an exception */
|
||||
NSLog(@"Unable to detach thread (unknown error)");
|
||||
entered_multi_threaded_state = NO;
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Unable to detach thread (unknown error)"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue