From d9401eb27b273a655e55c21ac7df181b45c126a0 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 24 Feb 2004 10:09:30 +0100 Subject: [PATCH] Fixed a typo in libsi/si.h --- CONTRIBUTORS | 3 +++ HISTORY | 3 ++- libsi/si.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3ffb5c96..438d8275 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -940,3 +940,6 @@ Thomas Bergwinkl with value 0 for pointing out that transponder handling didn't work with satellites that provide two transponders on the same frequency, with different polarization + +Stéphane Esté-Gracias + for fixing a typo in libsi/si.h diff --git a/HISTORY b/HISTORY index a66d29eb..7c3f7017 100644 --- a/HISTORY +++ b/HISTORY @@ -2652,7 +2652,7 @@ Video Disk Recorder Revision History actual CAM type as reported by the CAM. The 'ca.conf' file has been stripped down to the values 0..4. -2004-02-22: Version 1.3.5 +2004-02-23: Version 1.3.5 - Fixed reading the EPG preferred language parameter from 'setup.conf'. - Fixed switching to a visible programme in case the current channel has neither @@ -2699,3 +2699,4 @@ Video Disk Recorder Revision History - Extended the SVDRP command LSTE to allow limiting the listed data to a given channel, the present or following events, or events at a given time (thanks to Thomas Heiligenmann). +- Fixed a typo in libsi/si.h (thanks to Stéphane Esté-Gracias). diff --git a/libsi/si.h b/libsi/si.h index 7e90c415..befff85b 100644 --- a/libsi/si.h +++ b/libsi/si.h @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.h 1.7 2004/02/20 13:47:09 kls Exp $ + * $Id: si.h 1.8 2004/02/23 17:02:33 kls Exp $ * * ***************************************************************************/ @@ -36,7 +36,7 @@ enum TableId { TableIdPAT = 0x00, //program association section TableIdEIT_schedule_last = 0x5F, //range from 0x60 to 0x6F TableIdEIT_schedule_Other_first = 0x60, - TableIdEIT_schedule_Other_fast = 0x6F, + TableIdEIT_schedule_Other_last = 0x6F, TableIdTDT = 0x70, //time date section TableIdRST = 0x71, //running status section TableIdST = 0x72, //stuffing section