X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdescript.q;h=cf33db6927059462816c24f8b60bb12735083f5f;hb=0280721550011ce14d0632f547746ea03e966bf7;hp=84bc16c5fabc956d978135b4c3b3cbc8a2477586;hpb=5906e30c29662d12594199e1652ba3a7e5670944;p=pspp diff --git a/src/descript.q b/src/descript.q index 84bc16c5fa..cf33db6927 100644 --- a/src/descript.q +++ b/src/descript.q @@ -539,9 +539,9 @@ run_z_pass (void) struct variable *d; t->z[count].s = v; - t->z[count].d = d = dict_create_var (default_dict, - v->p.dsc.zname, 0); - assert (d != NULL); + t->z[count].d = d = dict_create_var_assert (default_dict, + v->p.dsc.zname, 0); + d->init = 0; if (v->label) { d->label = xmalloc (strlen (v->label) + 12);