summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-06-20 21:06:04 +0200
committerJochen Dolze <vdr@dolze.de>2010-06-20 21:06:04 +0200
commitdbc19f6c4b17e9109e7898df076fe8464487447d (patch)
treeaa4d9845620011c27f455fae886e8b52b895c975
parent003a000c7bcf7758443fd68baee09342b5744c3c (diff)
downloadvdr-plugin-infosatepg-dbc19f6c4b17e9109e7898df076fe8464487447d.tar.gz
vdr-plugin-infosatepg-dbc19f6c4b17e9109e7898df076fe8464487447d.tar.bz2
Added missing ctype header
Added italian translation from Diego Pierotto
-rw-r--r--filter.cpp4
-rw-r--r--global.cpp1
-rw-r--r--po/it_IT.po4
3 files changed, 6 insertions, 3 deletions
diff --git a/filter.cpp b/filter.cpp
index 9b85efa..c1e288d 100644
--- a/filter.cpp
+++ b/filter.cpp
@@ -13,6 +13,8 @@
#undef WRITE_RAW
+#define UNUSED(v) UNUSED_ ## v __attribute__((unused))
+
cFilterInfosatepg::cFilterInfosatepg(cGlobalInfosatepg *Global)
{
global = Global;
@@ -69,7 +71,7 @@ u_short cFilterInfosatepg::UDPChecksum(iphdr *ipHeader, udphdr *udpHeader)
return foldsum(sum);
}
-void cFilterInfosatepg::Process(u_short Pid, u_char Tid, const u_char *Data, int Length)
+void cFilterInfosatepg::Process(u_short UNUSED(Pid), u_char UNUSED(Tid), const u_char *Data, int Length)
{
#define SECT_IP_HDR_START 12
#define SECT_UDP_HDR_START 32
diff --git a/global.cpp b/global.cpp
index 05bec18..bcc15d4 100644
--- a/global.cpp
+++ b/global.cpp
@@ -1,4 +1,5 @@
#include <vdr/channels.h>
+#include <ctype.h>
#include "global.h"
// --- cGlobalInfosatdata
diff --git a/po/it_IT.po b/po/it_IT.po
index d304a98..b2af1c5 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: vdr-1.6.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2009-03-12 13:00+0100\n"
-"PO-Revision-Date: 2009-02-17 23:15+0100\n"
+"PO-Revision-Date: 2009-07-15 23:26+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"MIME-Version: 1.0\n"
@@ -310,7 +310,7 @@ msgid "General options"
msgstr "Opzioni generali"
msgid "Hide main menu"
-msgstr "Nascondi menu princ."
+msgstr "Nascondi voce menu principale"
msgid "Prevent wakeup"
msgstr "Evita riaccensione"