mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Removed the 'read incomplete section...' error message in the EIT processor
This commit is contained in:
		
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -883,3 +883,4 @@ Video Disk Recorder Revision History | ||||
|  | ||||
| - Fixed setting the OSD size in the 'Confirm' interface call (thanks to | ||||
|   Deti Fliegl). | ||||
| - Removed the 'read incomplete section...' error message in the EIT processor. | ||||
|   | ||||
							
								
								
									
										4
									
								
								eit.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								eit.c
									
									
									
									
									
								
							| @@ -16,7 +16,7 @@ | ||||
|  *   the Free Software Foundation; either version 2 of the License, or     * | ||||
|  *   (at your option) any later version.                                   * | ||||
|  *                                                                         * | ||||
|  * $Id: eit.c 1.29 2001/10/28 13:51:22 kls Exp $ | ||||
|  * $Id: eit.c 1.30 2001/12/01 14:33:04 kls Exp $ | ||||
|  ***************************************************************************/ | ||||
|  | ||||
| #include "eit.h" | ||||
| @@ -1013,8 +1013,10 @@ void cSIProcessor::Action() | ||||
|                            break; | ||||
|                      } | ||||
|                   } | ||||
|                   /*XXX this just fills up the log file - shouldn't we rather try to re-sync? | ||||
|                   else | ||||
|                      dsyslog(LOG_INFO, "read incomplete section - seclen = %d, n = %d", seclen, n); | ||||
|                   XXX*/ | ||||
|                } | ||||
|             } | ||||
|          } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user