From 34300355834f128af5354768f347021819d68a1a Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 6 Jan 2009 07:16:12 +0000 Subject: compiler warnings fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@948 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_asterisk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin_asterisk.c b/plugin_asterisk.c index 790fab2..65bcb01 100644 --- a/plugin_asterisk.c +++ b/plugin_asterisk.c @@ -93,7 +93,7 @@ static void zapstatus(RESULT * result, RESULT * arg1) while (fgets(line, 100, infile) != NULL) { if (strstr(line, "Zap") != NULL) { - for (i = 0; i < strlen(line); i++) { + for (i = 0; i < (int) strlen(line); i++) { if (i < 20) { Channel[i] = line[i]; } else if (i < 42) { @@ -132,10 +132,10 @@ static void zapstatus(RESULT * result, RESULT * arg1) } else { if (strlen(line) > 54 && skipline > 1) { for (i = 55; i < 88; i++) { - if (i < 40) { + if (i < 80) { Channel[i - 55] = line[i]; } else { - EndPoint[i - 40] = line[i]; + EndPoint[i - 80] = line[i]; } } strncpy(Channel, rtrim(Channel, ' '), 5); -- cgit v1.2.3 an/dtv-scan-tables.git/?h=upstream/0%2bgit20161227.ac7535a'>summaryrefslogtreecommitdiffstats
path: root/isdb-t/br-mg-Bocaiuva (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-11Imported Upstream version 0+git20160503.4f192bdupstream/0+git20160503.4f192bdJonathan McCrohan1307-2667/+38002
2016-01-18Imported Upstream version 0+git20151202.3864e0aupstream/0+git20151202.3864e0aJonathan McCrohan840-4057/+18230
2015-04-01Imported Upstream version 0+git20150208.f2053b3upstream/0+git20150208.f2053b3Jonathan McCrohan32-333/+483
2014-12-28Imported Upstream version 0+git20141218.b46a22cupstream/0+git20141218.b46a22cJonathan McCrohan535-639/+317
2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271
2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60
2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877