From 48e3ac48cf3dba0b1c474fd20177ca8cd2221445 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Mon, 4 Dec 2023 22:39:06 +0800 Subject: [PATCH] MDC UI --- ui/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/menu.c b/ui/menu.c index c8eb745..fccaafd 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -701,7 +701,7 @@ void UI_DisplayMenu(void) { // else if(gIsInSubMenu){ // show the channel name being edited edit_index= edit_index<0?0:edit_index; - memmove(edit_original, edit, sizeof(edit_original)); + // memmove(edit_original, edit, sizeof(edit_original)); UI_PrintStringSmall(edit, menu_item_x1, menu_item_x2, 3); if (edit_index < 4)