From b962f42b4e19855ae6a39b305e132d041a76154c Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 15 Mar 2010 16:37:05 +0100 Subject: cleanup, fixed compiler warning (thanks to TomG) --- decoder.cpp | 1 - decoder.h | 1 - demux.cpp | 1 - demux.h | 1 - global.h | 1 - markad-standalone.h | 1 - markad.cpp | 1 - markad.h | 1 - pes2es.cpp | 1 - pes2es.h | 1 - queue.cpp | 1 - queue.h | 1 - recv.cpp | 5 ++--- recv.h | 1 - status.cpp | 1 - status.h | 1 - streaminfo.cpp | 1 - streaminfo.h | 1 - ts2pkt.cpp | 1 - ts2pkt.h | 1 - vdr2pkt.cpp | 1 - vdr2pkt.h | 1 - version.h | 1 - 23 files changed, 2 insertions(+), 25 deletions(-) diff --git a/decoder.cpp b/decoder.cpp index 47fc3af..8d98183 100644 --- a/decoder.cpp +++ b/decoder.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "decoder.h" diff --git a/decoder.h b/decoder.h index 7a0d4e2..20734cc 100644 --- a/decoder.h +++ b/decoder.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __decoder_h_ diff --git a/demux.cpp b/demux.cpp index 0b847ea..e0c89f7 100644 --- a/demux.cpp +++ b/demux.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "demux.h" diff --git a/demux.h b/demux.h index 7955e0f..e712a83 100644 --- a/demux.h +++ b/demux.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __demux_h_ diff --git a/global.h b/global.h index 295c6fe..a0ca5a3 100644 --- a/global.h +++ b/global.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __global_h_ diff --git a/markad-standalone.h b/markad-standalone.h index 2846fe5..25f8fc9 100644 --- a/markad-standalone.h +++ b/markad-standalone.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __markad_standalone_h_ diff --git a/markad.cpp b/markad.cpp index 6685fbc..db134e3 100644 --- a/markad.cpp +++ b/markad.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include diff --git a/markad.h b/markad.h index 9de6dff..b45d49a 100644 --- a/markad.h +++ b/markad.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __markad_h_ diff --git a/pes2es.cpp b/pes2es.cpp index ed05d19..8323794 100644 --- a/pes2es.cpp +++ b/pes2es.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "pes2es.h" diff --git a/pes2es.h b/pes2es.h index 58dd25e..6509821 100644 --- a/pes2es.h +++ b/pes2es.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __pes2es_h_ diff --git a/queue.cpp b/queue.cpp index 64196dd..34394ee 100644 --- a/queue.cpp +++ b/queue.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "queue.h" diff --git a/queue.h b/queue.h index 99c9a10..5bf783b 100644 --- a/queue.h +++ b/queue.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __queue_h_ diff --git a/recv.cpp b/recv.cpp index e6e1efe..4dbbbd0 100644 --- a/recv.cpp +++ b/recv.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "recv.h" @@ -346,8 +345,8 @@ void cMarkAdReceiver::Action() } if (t.Elapsed()>100) { - isyslog("markad [%i]: 100ms exceeded -> %Lims", - recvnumber,t.Elapsed()); + isyslog("markad [%i]: 100ms exceeded -> %llums", + recvnumber,(unsigned long long) t.Elapsed()); } } diff --git a/recv.h b/recv.h index 96290ec..c068913 100644 --- a/recv.h +++ b/recv.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __recv_h_ diff --git a/status.cpp b/status.cpp index 1955549..1cc114f 100644 --- a/status.cpp +++ b/status.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "status.h" diff --git a/status.h b/status.h index 7f1dadb..6911bcf 100644 --- a/status.h +++ b/status.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __status_h_ #define __status_h_ diff --git a/streaminfo.cpp b/streaminfo.cpp index 30deea5..4167b7c 100644 --- a/streaminfo.cpp +++ b/streaminfo.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "streaminfo.h" diff --git a/streaminfo.h b/streaminfo.h index bb54373..dc712be 100644 --- a/streaminfo.h +++ b/streaminfo.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __streaminfo_h_ diff --git a/ts2pkt.cpp b/ts2pkt.cpp index 64c2bbe..198fda0 100644 --- a/ts2pkt.cpp +++ b/ts2pkt.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "ts2pkt.h" diff --git a/ts2pkt.h b/ts2pkt.h index 36e5066..70be956 100644 --- a/ts2pkt.h +++ b/ts2pkt.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __ts2pkt_h_ diff --git a/vdr2pkt.cpp b/vdr2pkt.cpp index 4703bce..85c26da 100644 --- a/vdr2pkt.cpp +++ b/vdr2pkt.cpp @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "vdr2pkt.h" diff --git a/vdr2pkt.h b/vdr2pkt.h index eacd7af..eb48c3c 100644 --- a/vdr2pkt.h +++ b/vdr2pkt.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __vdr2pkt_h_ diff --git a/version.h b/version.h index 3bf67b5..15053f2 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __version_h_ -- cgit v1.2.3