Fix filter by supported extensions option in filebrowser

This commit is contained in:
twinaphex 2016-10-30 10:40:42 +01:00
parent bb987cf5ac
commit 3a4b473809

View File

@ -170,7 +170,7 @@ typedef struct menu_displaylist_info
char path_c[PATH_MAX_LENGTH];
char label[255];
uint32_t label_hash;
char exts[255];
char exts[PATH_MAX_LENGTH];
unsigned type;
unsigned type_default;
size_t directory_ptr;