From 139191454fe19bcb0e36b79eb1952ffb6bea3f7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Thu, 10 Feb 2022 19:14:45 -0500
Subject: [PATCH] Finish consitfying showbuf()

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

diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index d4a1ef25ca..9d94d76ada 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -2690,7 +2690,7 @@ void sethelp(int line, char* file)
 /****************************************************************************/
 /* Shows a scrollable text buffer - optionally parsing "help markup codes"	*/
 /****************************************************************************/
-void showbuf(int mode, int left, int top, int width, int height, char *title, char *hbuf, int *curp, int *barp)
+void showbuf(int mode, int left, int top, int width, int height, const char *title, char *hbuf, int *curp, int *barp)
 {
 	char inverse=0,high=0;
 	struct vmem_cell *textbuf;
-- 
GitLab