summaryrefslogtreecommitdiff
path: root/apps/gui/charcell/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/charcell/list.c')
-rw-r--r--apps/gui/charcell/list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index 3d699e84dd..64f2fecbbd 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -82,7 +82,8 @@ void list_draw(struct screen *display, struct viewport *parent,
82 break; 82 break;
83 s = gui_list->callback_get_item_name(current_item, 83 s = gui_list->callback_get_item_name(current_item,
84 gui_list->data, 84 gui_list->data,
85 entry_buffer); 85 entry_buffer,
86 sizeof(entry_buffer));
86 entry_name = P2STR(s); 87 entry_name = P2STR(s);
87 88
88 89