Fix dbUnitTest.c

This commit is contained in:
Andrew Johnson
2017-04-18 14:48:54 -05:00
parent f3841c4767
commit 6f9905d060

View File

@@ -196,7 +196,8 @@ void testdbGetArrFieldEqual(const char* pv, short dbfType, long nRequest, unsign
const long vSize = dbValueSize(dbfType);
const long nStore = vSize * nRequest;
long status;
char *gbuf, *gstore, *pbuf = pbuf;
char *gbuf, *gstore;
const char *pbuf = pbufraw;
if(dbNameToAddr(pv, &addr)) {
testFail("Missing PV \"%s\"", pv);