diff options
Diffstat (limited to 'src/input/input_dvd.c')
-rw-r--r-- | src/input/input_dvd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 2f6ebc0c6..2d5826fc4 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.7 2001/05/30 02:09:24 f1rmb Exp $ + * $Id: input_dvd.c,v 1.8 2001/05/30 21:48:23 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -491,6 +491,7 @@ static char **dvd_plugin_get_autoplay_list (input_plugin_t *this_gen, *nFiles = nFiles2; + this->filelist2[*nFiles] = NULL; close (fd); } else { |