fix an uninitialized variable

This commit is contained in:
Bill Currie 2004-01-31 07:29:11 +00:00
parent 24294c8778
commit 2ac0f40f7a

View file

@ -519,7 +519,7 @@ value_string (progs_t *pr, etype_t type, pr_type_t *val)
static ddef_t *
def_string (progs_t *pr, int ofs, dstring_t *dstr)
{
ddef_t *def;
ddef_t *def = 0;
const char *name;
if (pr_debug->int_val && pr->debug)