diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-24 10:09:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-24 10:09:30 +0100 |
commit | d9401eb27b273a655e55c21ac7df181b45c126a0 (patch) | |
tree | 69d94768160a96a173aaafc9985d489f04fff6e5 | |
parent | 36e22ad6e2b3f974c96661742940a64a996b79ed (diff) | |
download | vdr-d9401eb27b273a655e55c21ac7df181b45c126a0.tar.gz vdr-d9401eb27b273a655e55c21ac7df181b45c126a0.tar.bz2 |
Fixed a typo in libsi/si.h
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | 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 <Thomas.Bergwinkl@t-online.de> 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 <sestegra@free.fr> + for fixing a typo in libsi/si.h @@ -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). @@ -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 |