commit 04a438a35e57854c8f7792077e38edc243078693 parent 3355c7955f8ed98e299ada9c16a1391b7f9637af Author: hhvn <dev@hhvn.uk> Date: Thu, 28 Oct 2021 21:06:29 +0100 ui.c: return correctl in ui_wprintc Diffstat:
M | ui.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ui.c b/ui.c @@ -490,6 +490,9 @@ ui_wprintc(WINDOW *window, char *format, ...) { reverse = 0; italic = 0; wattrset(window, A_NORMAL); + + va_end(ap); + return ret; } void