From 652b94ab4155685c404be0aca799d7b65015ed6b Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 25 Mar 2024 09:57:53 -0400 Subject: [PATCH] another fix reinstatement --- win/tty/wintty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/tty/wintty.c b/win/tty/wintty.c index a71146b5d..c3a5405c6 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -3334,7 +3334,7 @@ ttyinv_populate_slot( int row, /* 'row' within the window, not within screen */ int side, /* 'side'==0 is left panel or ==1 is right panel */ const char *text, - int32_t color, + uint32 color, int clroffset) { struct tty_perminvent_cell *cell;