Skip to content

Commit

Permalink
Correctly place '..' more entry for RGUI
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jul 16, 2016
1 parent 0b474b3 commit efd16e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ static void menu_action_setting_disp_set_label_content_history(
char *s2, size_t len2)
{
*s = '\0';
*w = strlen(label);
*w = 19;

menu_setting_get_label(list, s,
len, w, type, label, entry_label, i);
Expand Down

0 comments on commit efd16e8

Please sign in to comment.