From 6dc0835a7dd864f1a844fcb0b26c39260f8e846f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 16 Feb 1996 22:04:58 +0000 Subject: [PATCH] Changed field reference from val to oval in devGpibLib_aoGpibWork --- src/dev/devCommonGpib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dev/devCommonGpib.c b/src/dev/devCommonGpib.c index 0536d607a..1fb74dd79 100644 --- a/src/dev/devCommonGpib.c +++ b/src/dev/devCommonGpib.c @@ -3,6 +3,9 @@ /* * $Log$ + * Revision 1.26 1995/11/27 22:13:22 winans + * Added raw reading capability to the waveform record support. + * * Revision 1.25 1995/07/31 19:44:08 winans * Changed the parameter table and associated support routines to support * buffer length specifications of size long instead of short. @@ -1432,7 +1435,7 @@ struct gpibDpvt *pdpvt; else /* generate msg using predefined format and current val */ { if (pCmd->type == GPIBWRITE) /* only if needs formatting */ - sprintf(pdpvt->msg, pCmd->format, pao->val); + sprintf(pdpvt->msg, pCmd->format, pao->oval); } /* go access board with this message, unless convert was unsuccessful */