jba Fixed dbCaAddInlink parm VAL

This commit is contained in:
Janet B. Anderson
1992-04-23 09:44:41 +00:00
parent 30e97bcadf
commit f4a0af7478

View File

@@ -84,7 +84,7 @@ long status;
pwf->nord = 0;
break;
case (PV_LINK) :
status = dbCaAddInlink(&(pwf->inp), (void *) pwf, "BPTR");
status = dbCaAddInlink(&(pwf->inp), (void *) pwf, "VAL");
if(status) return(status);
break;
case (DB_LINK) :