This commit is contained in:
Ward Fisher 2012-12-05 22:03:19 +00:00
parent a1b806ed04
commit 1b6e90a0f4

View File

@ -522,7 +522,7 @@ builddatasublist(Datalist* dl)
d.nctype = NC_COMPOUND;
d.lineno = (dl->length > 0?dl->data[0].lineno:0);
d.value.compoundv = dl;
d.filled = NULL;
d.filled = 0;
return d;
}