frontend/rawfile.c, raw_read(), emphasise `v_type' initialisation

This commit is contained in:
rlar 2015-12-23 10:37:41 +01:00
parent 7bab434504
commit 9e353fbae8
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ raw_read(char *name) {
for (i = 0; i < nvars; i++) {
v = alloc(struct dvec);
ZERO(v, struct dvec);
v->v_type = SV_NOTYPE;
v->v_next = curpl->pl_dvecs;
curpl->pl_dvecs = v;
if (!curpl->pl_scale)