Skip to content

Commit a065ef1

Browse files
committed
Should fix representation in menu_entries_get
1 parent 9992a22 commit a065ef1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

menu/menu_entries.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ void menu_entries_get(size_t i, menu_entry_t *entry)
9494

9595
entry->idx = i;
9696

97-
if (path)
98-
strlcpy(entry->path, path, sizeof(entry->path));
9997
if (entry_label)
10098
strlcpy(entry->label, entry_label, sizeof(entry->label));
10199
}

0 commit comments

Comments
 (0)