mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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
|
||||
int lastPlayMaxItems;
|
||||
int lastPlayRowNr;
|
||||
MB_INFO_ITEM lastPlayRow[3];
|
||||
MB_INFO_ITEM lastPlayRow[4];
|
||||
int lastPlayRowWidth[3];
|
||||
|
||||
int lastRecordMaxItems;
|
||||
|
Reference in New Issue
Block a user