Undo a small & unnecessary behaviour change

This commit is contained in:
Andrew Johnson
2016-08-12 23:53:42 -05:00
parent d3a9ba7701
commit fe71fc98b8

View File

@@ -56,6 +56,8 @@ static long init_record(waveformRecord *prec)
prec->nord = nelm;
prec->udf = FALSE;
}
else
prec->nord = 0;
return status;
}