From 02e5131522b4a4173cbda318d0c38e7bcec1023d Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 13 Jan 1997 15:58:07 +0000 Subject: [PATCH] recGblInitConstantLink for sgl was referencing wrong field --- src/rec/pulseTrainRecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/pulseTrainRecord.c b/src/rec/pulseTrainRecord.c index 4a02609fd..f49e6e7cc 100644 --- a/src/rec/pulseTrainRecord.c +++ b/src/rec/pulseTrainRecord.c @@ -139,7 +139,7 @@ static long init_record(ppt,pass) /* get the hgv value if sgl is a constant*/ if (ppt->sgl.type == CONSTANT ) { - recGblInitConstantLink(&ppt->sgl,DBF_SHORT,&ppt->hgv); + recGblInitConstantLink(&ppt->sgl,DBF_SHORT,&ppt->sgv); } /* must have write_pt functions defined */