diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-15 16:37:05 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-15 16:37:05 +0100 |
commit | b962f42b4e19855ae6a39b305e132d041a76154c (patch) | |
tree | e849b633c3555a4bff9467d18886bb75f3a73e81 | |
parent | 2c66a529034cc7cae325455e6a62ecdc1ccccfac (diff) | |
download | vdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.gz vdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.bz2 |
cleanup, fixed compiler warning (thanks to TomG)
-rw-r--r-- | decoder.cpp | 1 | ||||
-rw-r--r-- | decoder.h | 1 | ||||
-rw-r--r-- | demux.cpp | 1 | ||||
-rw-r--r-- | demux.h | 1 | ||||
-rw-r--r-- | global.h | 1 | ||||
-rw-r--r-- | markad-standalone.h | 1 | ||||
-rw-r--r-- | markad.cpp | 1 | ||||
-rw-r--r-- | markad.h | 1 | ||||
-rw-r--r-- | pes2es.cpp | 1 | ||||
-rw-r--r-- | pes2es.h | 1 | ||||
-rw-r--r-- | queue.cpp | 1 | ||||
-rw-r--r-- | queue.h | 1 | ||||
-rw-r--r-- | recv.cpp | 5 | ||||
-rw-r--r-- | recv.h | 1 | ||||
-rw-r--r-- | status.cpp | 1 | ||||
-rw-r--r-- | status.h | 1 | ||||
-rw-r--r-- | streaminfo.cpp | 1 | ||||
-rw-r--r-- | streaminfo.h | 1 | ||||
-rw-r--r-- | ts2pkt.cpp | 1 | ||||
-rw-r--r-- | ts2pkt.h | 1 | ||||
-rw-r--r-- | vdr2pkt.cpp | 1 | ||||
-rw-r--r-- | vdr2pkt.h | 1 | ||||
-rw-r--r-- | 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" @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __decoder_h_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "demux.h" @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __demux_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_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include <vdr/plugin.h> @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __markad_h_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "pes2es.h" @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __pes2es_h_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "queue.h" @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __queue_h_ @@ -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()); } } @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __recv_h_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "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_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #include "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" @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __vdr2pkt_h_ @@ -3,7 +3,6 @@ * * See the README file for copyright information and how to reach the author. * - * $Id$ */ #ifndef __version_h_ |