@@ -106,11 +106,11 @@ OBJFWRT_LIB_MINOR)) == NULL) { fputs("Failed to open " OBJFWRT_AMIGA_LIB "!\n", stderr); abort(); } - if (!glue_objc_init(1, &libc, stdout, stderr)) { + if (!glue_objc_init(1, &libc, __sF)) { fputs("Failed to initialize " OBJFWRT_AMIGA_LIB "!\n", stderr); abort(); } initialized = true;