diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-29 22:08:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-29 22:08:52 +0100 |
commit | 7803f04b8efafefe83311133916151d157220ffb (patch) | |
tree | 37413502f6c0632ef50d6ed0d693f7e696acbab7 /config.h | |
parent | 7b475c6f9673663f4953130f9b3a047253ccad94 (diff) | |
download | vdr-7803f04b8efafefe83311133916151d157220ffb.tar.gz vdr-7803f04b8efafefe83311133916151d157220ffb.tar.bz2 |
Fixed handling improper buffer lengths in the EIT parser0.9.9pre3
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.88 2002/01/19 16:06:53 kls Exp $ + * $Id: config.h 1.89 2002/01/29 21:53:32 kls Exp $ */ #ifndef __CONFIG_H @@ -18,7 +18,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.99pre2" +#define VDRVERSION "0.99pre3" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |