tuxtxt: make sure that startpage is initialized

when enabling tuxtxt caching, saving settings and then
starting tuxtxt, the start page was not initialized
This commit is contained in:
Stefan Seyfried
2012-07-15 13:23:52 +02:00
parent 9af56e1852
commit cb36c6e712

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();
}