From 32c307ffb4068cdde4a93b231ada4f84c5129847 Mon Sep 17 00:00:00 2001 From: methodus Date: Sat, 1 Dec 2012 13:38:45 +0100 Subject: Fixed compile error with VDR 1.7.32 --- plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 9873fe4..0204b4e 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -194,7 +194,7 @@ private: parser.ParsePat(buf, TS_SIZE); } else -#if VDRVERSNUM < 10732 +#if VDRVERSNUM < 10733 if (pid == parser.PmtPid()) #else if (parser.IsPmtPid(pid)) -- cgit v1.2.3