From d865ea1718bdd279806fcc70f4326ef9e304b1ea Mon Sep 17 00:00:00 2001
From: Andreas Monzner <andreas.monzner@multimedia-labs.de>
Date: Wed, 27 Aug 2008 12:23:08 +0000
Subject: [PATCH] small pat scan fix

---
 lib/dvb/scan.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp
index afc46c96..54e1b8d0 100644
--- a/lib/dvb/scan.cpp
+++ b/lib/dvb/scan.cpp
@@ -653,7 +653,7 @@ void eDVBScan::channelDone()
 		if (m_abort_current_pmt)
 		{
 			m_abort_current_pmt = false;
-			PMTready(-1);
+			PMTready(-2);
 		}
 		return;
 	}
-- 
2.30.2