summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-15 16:37:05 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-15 16:37:05 +0100
commitb962f42b4e19855ae6a39b305e132d041a76154c (patch)
treee849b633c3555a4bff9467d18886bb75f3a73e81
parent2c66a529034cc7cae325455e6a62ecdc1ccccfac (diff)
downloadvdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.gz
vdr-plugin-markad-b962f42b4e19855ae6a39b305e132d041a76154c.tar.bz2
cleanup, fixed compiler warning (thanks to TomG)
-rw-r--r--decoder.cpp1
-rw-r--r--decoder.h1
-rw-r--r--demux.cpp1
-rw-r--r--demux.h1
-rw-r--r--global.h1
-rw-r--r--markad-standalone.h1
-rw-r--r--markad.cpp1
-rw-r--r--markad.h1
-rw-r--r--pes2es.cpp1
-rw-r--r--pes2es.h1
-rw-r--r--queue.cpp1
-rw-r--r--queue.h1
-rw-r--r--recv.cpp5
-rw-r--r--recv.h1
-rw-r--r--status.cpp1
-rw-r--r--status.h1
-rw-r--r--streaminfo.cpp1
-rw-r--r--streaminfo.h1
-rw-r--r--ts2pkt.cpp1
-rw-r--r--ts2pkt.h1
-rw-r--r--vdr2pkt.cpp1
-rw-r--r--vdr2pkt.h1
-rw-r--r--version.h1
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 <vdr/plugin.h>
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_