Initialize cdtext to NULL and other add some initializations that should

have been done.
This commit is contained in:
rocky
2004-07-11 02:28:06 +00:00
parent 79cce8f8f0
commit adac30f39c
3 changed files with 45 additions and 190 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: nrg.c,v 1.29 2004/07/10 11:31:42 rocky Exp $
$Id: nrg.c,v 1.30 2004/07/11 02:28:07 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2001, 2003 Herbert Valerio Riedel <hvr@gnu.org>
@@ -45,7 +45,7 @@
#include "_cdio_stdio.h"
#include "nrg.h"
static const char _rcsid[] = "$Id: nrg.c,v 1.29 2004/07/10 11:31:42 rocky Exp $";
static const char _rcsid[] = "$Id: nrg.c,v 1.30 2004/07/11 02:28:07 rocky Exp $";
/* reader */
@@ -755,6 +755,9 @@ _init_nrg (_img_private_t *env)
return false;
}
env->psz_mcn = NULL;
env->cdtext = NULL;
if ( !parse_nrg (env, env->gen.source_name) ) {
cdio_warn ("image file %s is not a Nero image",
env->gen.source_name);