get rid of warning message

This commit is contained in:
Marty Kraimer
2002-12-06 14:09:47 +00:00
parent f838df514a
commit 6f8cadf2d2
+1 -1
View File
@@ -109,7 +109,7 @@ static long init_record(psub,pass)
if(strlen(psub->inam)!=0) {
/* convert the initialization subroutine name */
psubroutine = (void *)registryFunctionFind(psub->inam);
psubroutine = (SUBFUNCPTR)registryFunctionFind(psub->inam);
if(psubroutine==0) {
recGblRecordError(S_db_BadSub,(void *)psub,"recSub(init_record)");
return(S_db_BadSub);