From 888a4bfe3760fb5255a7c6deeb046ed83082f6de Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 7 Mar 2020 18:51:34 +0100 Subject: [PATCH] Add TODO/FIXME note --- menu/menu_displaylist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index 46a27e299c..9d93405bb1 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -102,6 +102,8 @@ #include "../runtime_file.h" #include "../manual_content_scan.h" +/* TODO/FIXME - globals - need to find a way to + * get rid of these */ static char new_path_entry[4096] = {0}; static char new_lbl_entry[4096] = {0}; static char new_entry[4096] = {0};