Now using a buffer for debug console output. No longer bog-slow on windows if the console is enabled.
This commit is contained in:
@@ -142,6 +142,7 @@ void LLImageJ2C::openDSO()
|
||||
fprintf(stderr, "error: %d, %s\n", rv, errbuf);
|
||||
apr_dso_error(j2cimpl_dso_handle, errbuf, sizeof(errbuf));
|
||||
fprintf(stderr, "dso-error: %d, %s\n", rv, errbuf);
|
||||
fflush(stderr);
|
||||
#endif
|
||||
|
||||
if ( j2cimpl_dso_handle )
|
||||
|
||||
Reference in New Issue
Block a user