This commit is contained in:
Ward Fisher 2012-11-15 17:18:09 +00:00
parent f3cf209f9c
commit 540bf323fc

View File

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