From 0d44716e3126c22dd7e937a0cd6e94370e34f94c Mon Sep 17 00:00:00 2001 From: Rocky Bernstein Date: Sat, 9 Jul 2005 02:03:08 +0000 Subject: Reduce possibility of an uninitialized variable. CVS patchset: 7640 CVS date: 2005/07/09 02:03:08 --- src/input/vcd/xineplug_inp_vcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index e3c11e09b..e994e413a 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -1,5 +1,5 @@ /* - $Id: xineplug_inp_vcd.c,v 1.42 2005/06/26 05:20:29 rockyb Exp $ + $Id: xineplug_inp_vcd.c,v 1.43 2005/07/09 02:03:08 rockyb Exp $ Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein @@ -1353,7 +1353,7 @@ vcd_class_get_autoplay_list (input_class_t *this_gen, int *num_files) return NULL; } else { unsigned int i; - int size; + int size = 0; vcdinfo_item_enum_t itemtype = autoplay2itemtype[my_vcd.player.default_autoplay]; -- cgit v1.2.3