From dbc19f6c4b17e9109e7898df076fe8464487447d Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 20 Jun 2010 21:06:04 +0200 Subject: Added missing ctype header Added italian translation from Diego Pierotto --- filter.cpp | 4 +++- global.cpp | 1 + po/it_IT.po | 4 ++-- 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 +#include #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: \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 \n" "Language-Team: \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" -- cgit v1.2.3