(RMenu) Build fix

This commit is contained in:
twinaphex 2014-09-11 01:59:28 +02:00
parent 30b31e3c45
commit 7b27cda61b

View File

@ -229,7 +229,8 @@ static void rmenu_render(void)
disp_set_label(&w, type, i, label,
type_str, sizeof(type_str),
entry_label, path);
entry_label, path,
path_buf, sizeof(path_buf));
selected = (i == driver.menu->selection_ptr);