mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Fixed an error message when parsing SCR values in diseqc.conf
This commit is contained in:
		
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -7806,3 +7806,4 @@ Video Disk Recorder Revision History | ||||
|   G<>nther). | ||||
| - Fixed no longer generating any editing marks if the edited recording results in just | ||||
|   one single sequence. | ||||
| - Fixed an error message when parsing SCR values in diseqc.conf. | ||||
|   | ||||
							
								
								
									
										4
									
								
								diseqc.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								diseqc.c
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: diseqc.c 2.9 2011/09/17 14:13:31 kls Exp $ | ||||
|  * $Id: diseqc.c 2.9.1.1 2013/05/02 09:33:12 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include "diseqc.h" | ||||
| @@ -192,7 +192,7 @@ const char *cDiseqc::GetScrBank(const char *s) const | ||||
|         } | ||||
|      return p; | ||||
|      } | ||||
|   esyslog("ERROR: more than one scr bank in '%s'", s - 1); | ||||
|   esyslog("ERROR: invalid value for scr bank in '%s'", s - 1); | ||||
|   return NULL; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user