about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibtinfo6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibtinfo6.c')
-rw-r--r--src/wrapped/wrappedlibtinfo6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibtinfo6.c b/src/wrapped/wrappedlibtinfo6.c
index 9b1fc0ac..c14c8ae0 100644
--- a/src/wrapped/wrappedlibtinfo6.c
+++ b/src/wrapped/wrappedlibtinfo6.c
@@ -38,7 +38,7 @@ GO(4)
 static uintptr_t my_putc_fct_##A = 0;                           \
 static int my_putc_##A(char c)                                  \
 {                                                               \
-    return (int)RunFunction(my_context, my_putc_fct_##A, 1, c); \
+    return (int)RunFunctionFmt(my_putc_fct_##A, "c", c);  \
 }
 SUPER()
 #undef GO