mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
init variable
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1593 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: bef69b39f3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -184,7 +184,7 @@ void tuxtxt_decode_btt()
|
||||
{
|
||||
/* basic top table */
|
||||
int i, current, b1, b2, b3, b4;
|
||||
unsigned char btt[23*40];
|
||||
unsigned char btt[23*40] = {0};
|
||||
|
||||
if (tuxtxt_cache.subpagetable[0x1f0] == 0xff || 0 == tuxtxt_cache.astCachetable[0x1f0][tuxtxt_cache.subpagetable[0x1f0]]) /* not yet received */
|
||||
return;
|
||||
|
Reference in New Issue
Block a user