Changed arg to dbCaCallbackProcess() to make it match dbCaCallback.

Removed matching unnecessary casts in softDev support routines.
This commit is contained in:
Andrew Johnson
2009-04-29 18:24:25 +00:00
parent 365389437c
commit 6e364ace47
9 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ static long write_bo(boRecord *prec)
return(status);
}
status = dbCaPutLinkCallback(plink,DBR_USHORT,&prec->val,1,
(dbCaCallback)dbCaCallbackProcess,plink);
dbCaCallbackProcess,plink);
if(status) {
recGblSetSevr(prec,LINK_ALARM,INVALID_ALARM);
return(status);