Should fix representation in menu_entries_get

This commit is contained in:
twinaphex 2015-07-15 05:56:17 +02:00
parent 9992a22e10
commit a065ef18d1

View File

@ -94,8 +94,6 @@ void menu_entries_get(size_t i, menu_entry_t *entry)
entry->idx = i;
if (path)
strlcpy(entry->path, path, sizeof(entry->path));
if (entry_label)
strlcpy(entry->label, entry_label, sizeof(entry->label));
}