Project

General

Profile

Bug #244 » ttxtsubs-downunder.patch

make only pages with the erase flag be shown - etobi, 02/19/2010 12:24 AM

View differences:

ttxtsubsdisplay.c
{
_page.flags |= erasepage;
memset(&_page.data, 0, sizeof(_page.data)); // only if erasepage is set?
_pageState = collecting;
}
if (fi[5] & 0x20) // Newsflash
_page.flags |= newsflash;
......
if (diff > 10) cCondWait::SleepMs(diff);
}
_pageState = collecting;
gettimeofday(_lastDataTime, NULL);
for (i = 0; i < 32; i++)
(2-2/2)