diff options
Diffstat (limited to 'src/wrapped/wrappedlibibus.c')
| -rw-r--r-- | src/wrapped/wrappedlibibus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibibus.c b/src/wrapped/wrappedlibibus.c index 95ea0f81..22d83a2c 100644 --- a/src/wrapped/wrappedlibibus.c +++ b/src/wrapped/wrappedlibibus.c @@ -38,7 +38,7 @@ GO(3) static uintptr_t my_GAsyncReadyCallback_fct_##A = 0; \ static void my_GAsyncReadyCallback_##A(void* source, void* res, void* data) \ { \ - RunFunction(my_context, my_GAsyncReadyCallback_fct_##A, 3, source, res, data);\ + RunFunctionFmt(my_GAsyncReadyCallback_fct_##A, "ppp", source, res, data);\ } SUPER() #undef GO |