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
@@ -57,7 +57,7 @@ static long write_stringout(stringoutRecord *prec)
}
status = dbCaPutLinkCallback(plink, DBR_STRING, &prec->val, 1,
(dbCaCallback)dbCaCallbackProcess, plink);
dbCaCallbackProcess, plink);
if (status) {
recGblSetSevr(prec, LINK_ALARM, INVALID_ALARM);
return status;