mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
libtuxtxt: some more whitespace cleanups
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8baddc1e4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Origin message was:
------------------
- libtuxtxt: some more whitespace cleanups
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
* *
|
||||
* ported 2006 to Dreambox 7025 / 32Bit framebuffer *
|
||||
* by Seddi <seddi@i-have-a-dreambox.com> *
|
||||
* *
|
||||
* ported 2009 to HD1 by Coolstream LTD *
|
||||
* *
|
||||
* ported 2009 to HD1 by Coolstream LTD *
|
||||
* *
|
||||
* TD, SPARK and AZbox port (C) 2010-2013 Stefan Seyfried *
|
||||
* *
|
||||
@@ -2238,7 +2238,7 @@ void CleanUp()
|
||||
tuxtxt_stop_thread();
|
||||
tuxtxt_clear_cache();
|
||||
if (tuxtxt_cache.dmx != -1)
|
||||
close(tuxtxt_cache.dmx);
|
||||
close(tuxtxt_cache.dmx);
|
||||
tuxtxt_cache.dmx = -1;
|
||||
#else
|
||||
//tuxtxt_stop();
|
||||
@@ -3347,7 +3347,7 @@ void ConfigMenu(int Init)
|
||||
auto_national &= 1;
|
||||
if (auto_national)
|
||||
{
|
||||
if (getpidsdone)
|
||||
if (getpidsdone)
|
||||
national_subset = pid_table[current_pid].national_subset;
|
||||
else
|
||||
{
|
||||
@@ -4946,14 +4946,14 @@ void RenderMessage(int Message)
|
||||
/* 01234567890123456789012345678901234567890 */
|
||||
char message_1[] = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> www.tuxtxt.com x.xx <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
char message_2[] = "<EFBFBD> <20><>";
|
||||
/* char message_3[] = "<22> suche nach Teletext-Anbietern <20><>"; */
|
||||
/* char message_3[] = "<22> suche nach Teletext-Anbietern <20><>"; */
|
||||
char message_4[] = "<EFBFBD> <20><>";
|
||||
char message_5[] = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
char message_6[] = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
/* char message_7[] = "<22> kein Teletext auf dem Transponder <20><>"; */
|
||||
/* char message_8[] = "<22> warte auf Empfang von Seite 100 <20><>"; */
|
||||
/* char message_9[] = "<22> Seite 100 existiert nicht! <20><>"; */
|
||||
/* char message_7[] = "<22> kein Teletext auf dem Transponder <20><>"; */
|
||||
/* char message_8[] = "<22> warte auf Empfang von Seite 100 <20><>"; */
|
||||
/* char message_9[] = "<22> Seite 100 existiert nicht! <20><>"; */
|
||||
|
||||
memmove(&message_1[24], versioninfo, 4);
|
||||
/* reset zoom */
|
||||
@@ -5152,10 +5152,10 @@ void RenderPage()
|
||||
|
||||
if (transpmode[boxed] != 2 && delaystarted)
|
||||
{
|
||||
struct timeval tv;
|
||||
gettimeofday(&tv,NULL);
|
||||
if (tv.tv_sec - tv_delay.tv_sec < subtitledelay)
|
||||
return;
|
||||
struct timeval tv;
|
||||
gettimeofday(&tv,NULL);
|
||||
if (tv.tv_sec - tv_delay.tv_sec < subtitledelay)
|
||||
return;
|
||||
}
|
||||
|
||||
/* update page or timestring */
|
||||
@@ -5188,7 +5188,7 @@ void RenderPage()
|
||||
oldboxed = boxed;
|
||||
}
|
||||
|
||||
/* display first column? */
|
||||
/* display first column? */
|
||||
nofirst = show39;
|
||||
for (row = 1; row < 24; row++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user