From 356c4a36d2e5987a12f222d6abd96a6c82629436 Mon Sep 17 00:00:00 2001 From: BinaryBond007 Date: Fri, 22 May 2020 02:50:44 -0400 Subject: [PATCH] Fix for UART SoundFond OSD --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index 4e7a999..f04394a 100644 --- a/menu.cpp +++ b/menu.cpp @@ -2475,7 +2475,7 @@ void HandleUI(void) { printf("MENU_SFONT_FILE_SELECTED --> '%s'\n", selPath); sprintf(Selected_tmp, "/sbin/mlinkutil FSSFONT /media/fat/\"%s\"", selPath); - system(s); + system(Selected_tmp); AdjustDirectory(selPath); //keep file select OSD menustate = MENU_FILE_SELECT1; //MENU_UART1;