use dbChannel in link instead of DBADDR

This commit is contained in:
2020-10-30 17:07:09 -05:00
committed by Andrew Johnson
parent 297f04bddc
commit b1f445925d
6 changed files with 79 additions and 70 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ void dbInitLink(struct link *plink, short dbfType)
}
void dbAddLink(struct dbLocker *locker, struct link *plink, short dbfType,
DBADDR *ptarget)
dbChannel *ptarget)
{
struct dbCommon *precord = plink->precord;