changeset 25820:b43eaaa94dd3

array was defined for 6 elements while 7 were declared
author ben
date Thu, 24 Jan 2008 19:20:19 +0000
parents ecab5c5a5349
children ff2e44f77e52
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Thu Jan 24 19:18:15 2008 +0000
+++ b/stream/stream_dvdnav.c	Thu Jan 24 19:20:19 2008 +0000
@@ -414,7 +414,7 @@
 {
   uint8_t lg;
   uint16_t i, lang, format, id, channels;
-  int base[6] = {128, 0, 0, 0, 160, 136, 0};
+  int base[7] = {128, 0, 0, 0, 160, 136, 0};
   char tmp[3];
   for(i=0; i<8; i++)
   {