From: Owen Rudge orudge@codeweavers.com
--- dlls/odbc32/unixlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/odbc32/unixlib.c b/dlls/odbc32/unixlib.c index bd40a9b2a5a..b39bc8520b5 100644 --- a/dlls/odbc32/unixlib.c +++ b/dlls/odbc32/unixlib.c @@ -168,7 +168,7 @@ static NTSTATUS load_odbc(void) if (!s || !s[0]) s = SONAME_LIBODBC; if (!(libodbc = dlopen( s, RTLD_NOW ))) { - ERR_(winediag)( "failed to open library %s: %s\n", debugstr_a(s), dlerror() ); + ERR_(winediag)( "failed to open library %s: %s\n", debugstr_a(s), debugstr_a(dlerror()) ); return STATUS_DLL_NOT_FOUND; } #define LOAD_FUNC(name) \