git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-02-10 14:35:12 +00:00
parent 962f660ada
commit afb6e09fe8
3 changed files with 4 additions and 3 deletions

View file

@ -756,7 +756,7 @@ gnustep_base_thread_callback(void)
{
int result;
result = GC_register_my_thread(base);
result = GC_register_my_thread(&base);
if (result != GC_SUCCESS && result != GC_DUPLICATE)
{
fprintf(stderr, "Argh ... no thread support in garbage collection library\n");