From 660516417bd36ad37f2252e58c5202c45b4dd4bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Mon, 7 Nov 2022 18:05:12 -0500
Subject: [PATCH] Whops, missed this commit.

---
 src/conio/ciolib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/ciolib.c b/src/conio/ciolib.c
index 691e901744..184209279a 100644
--- a/src/conio/ciolib.c
+++ b/src/conio/ciolib.c
@@ -1171,7 +1171,7 @@ CIOLIBEXPORT int ciolib_puttext(int a,int b,int c,int d,void *e)
 {
 	CIOLIB_INIT();
 
-	return cio_api.puttext(a, b, c, d, (void *)buf);
+	return cio_api.puttext(a, b, c, d, e);
 }
 
 /* **MUST** be implemented */
-- 
GitLab