tuxtxt: make sure that startpage is initialized

when enabling tuxtxt caching, saving settings and then
starting tuxtxt, the start page was not initialized


Origin commit data
------------------
Branch: ni/coolstream
Commit: cb36c6e712
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-15 (Sun, 15 Jul 2012)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-07-15 13:23:52 +02:00
parent a26cfc3edc
commit cedf551967

View File

@@ -37,6 +37,8 @@ int tuxtxt_init()
tuxtxt_cache.vtxtpid = -1;
tuxtxt_cache.thread_id = 0;
tuxtxt_cache.dmx = -1;
/* not sure if this is correct here... */
tuxtxt_cache.page = 0x100;
return 1;//tuxtxt_init_demuxer();
}