From c1d75a6bcb30260eba288f643261c4a57959f45f Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 2 Oct 2022 13:57:52 +0100 Subject: Fix yellow from 5b0506e9de Change-Id: I6391a6f13e64fad5c54dd29d8d696a08d45362dc --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 9c911eea4d..1abeac2622 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -870,7 +870,7 @@ static int tsc2100debug_action_callback(int action, struct gui_synclist *lists) if (action == ACTION_STD_OK) { *page = (*page+1)%3; - snprintf(lists->title, 32, "tsc2100 registers - Page %d", *page); + snprintf((char*)lists->title, 32, "tsc2100 registers - Page %d", *page); return ACTION_REDRAW; } return action; -- cgit v1.2.3