mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
moviebrowser: fix array subscript is above array bounds
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user