From fe71fc98b86099249bbdee75ee6e23257c166ff2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 12 Aug 2016 23:53:42 -0500 Subject: [PATCH] Undo a small & unnecessary behaviour change --- src/std/dev/devWfSoft.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/std/dev/devWfSoft.c b/src/std/dev/devWfSoft.c index e5aef8195..9093344d7 100644 --- a/src/std/dev/devWfSoft.c +++ b/src/std/dev/devWfSoft.c @@ -56,6 +56,8 @@ static long init_record(waveformRecord *prec) prec->nord = nelm; prec->udf = FALSE; } + else + prec->nord = 0; return status; }