movieplayer:fix format overflow

Origin commit data
------------------
Branch: ni/coolstream
Commit: 667931ea2e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-01-24 22:04:09 +01:00
committed by vanhofen
parent 958f9a7164
commit 5ddbcc311b

View File

@@ -2889,7 +2889,7 @@ void CMoviePlayerGui::selectSubtitle()
APIDSelector.addItem(sc);
APIDSelector.addItem(GenericMenuSeparatorLine);
char cnt[5];
char cnt[6];
unsigned int count;
for (count = 0; count < numsubs; count++) {
bool enabled = sub_supported[count] && (currentspid != spids[count]);