mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	The EPG scanner now starts with the first channel
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -355,3 +355,5 @@ Video Disk Recorder Revision History | ||||
| - Fixed 'Transfer Mode' in cases where a non-primary interface was switched to | ||||
|   a channel that only the primary interface can receive (which could happen in | ||||
|   the EPG scanner). | ||||
| - The EPG scanner now starts with the first channel (it used to start with the | ||||
|   second channel). | ||||
|   | ||||
							
								
								
									
										4
									
								
								dvbapi.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								dvbapi.c
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: dvbapi.c 1.51 2001/01/20 09:51:51 kls Exp $ | ||||
|  * $Id: dvbapi.c 1.52 2001/01/20 09:52:56 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include "dvbapi.h" | ||||
| @@ -2403,7 +2403,7 @@ cEITScanner::cEITScanner(void) | ||||
| { | ||||
|   lastScan = lastActivity = time(NULL); | ||||
|   currentChannel = 0; | ||||
|   lastChannel = 1; | ||||
|   lastChannel = 0; | ||||
| } | ||||
|  | ||||
| void cEITScanner::Activity(void) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user