NSThread bugfix in sleeping

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-01-26 09:00:20 +00:00
parent 299fac65f5
commit 1567ea4084
3 changed files with 8 additions and 3 deletions

View file

@ -1575,7 +1575,7 @@ static int messages_received_count;
/* xxx We should make sure that TARGET is a valid object. */
/* Not actually a Proxy, but we avoid the warnings "id" would have made. */
m = class_get_instance_method((o)->isa, sel);
m = class_get_instance_method(((NSDistantObject*)o)->isa, sel);
/* Perhaps I need to be more careful in the line above to get the
version of the method types that has the type qualifiers in it.
Search the protocols list. */