From 4cac01b98bd69fcd634ad7e845448f5e6ad622fd Mon Sep 17 00:00:00 2001 From: GetAway Date: Sun, 5 May 2019 20:02:31 +0200 Subject: [PATCH] moviebrowser: fix array subscript is above array bounds --- src/gui/moviebrowser/mb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/moviebrowser/mb.h b/src/gui/moviebrowser/mb.h index 717333596..c59533d80 100644 --- a/src/gui/moviebrowser/mb.h +++ b/src/gui/moviebrowser/mb.h @@ -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;