moviebrowser: fix array subscript is above array bounds

This commit is contained in:
GetAway
2019-05-05 20:02:31 +02:00
parent 6c00095213
commit 4cac01b98b

View File

@@ -102,7 +102,7 @@ typedef struct
// to be added to config later // to be added to config later
int lastPlayMaxItems; int lastPlayMaxItems;
int lastPlayRowNr; int lastPlayRowNr;
MB_INFO_ITEM lastPlayRow[3]; MB_INFO_ITEM lastPlayRow[4];
int lastPlayRowWidth[3]; int lastPlayRowWidth[3];
int lastRecordMaxItems; int lastRecordMaxItems;