fixed invalid arg passed to sysFindByName() resulting from 5.1 upgrade

This commit is contained in:
Jeff Hill
1993-06-17 17:25:36 +00:00
parent 04884db676
commit 21fdb795bd
+2 -2
View File
@@ -443,7 +443,7 @@ epvxiResman(void)
status = symFindByName(
sysSymTbl,
"_EPICS_VXI_LA_COUNT",
pEPICS_VXI_LA_COUNT,
&pEPICS_VXI_LA_COUNT,
&type);
if(status == OK){
EPICS_VXI_LA_COUNT = *pEPICS_VXI_LA_COUNT;
@@ -1351,7 +1351,7 @@ VXIE *pvxie
)
{
int i;
int status = -1;
int status = ERROR;
short model;
UINT8 type;