mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user