HIGH Call dbProcess not process

This commit is contained in:
Marty Kraimer
1994-02-17 15:39:23 +00:00
parent dde84c2063
commit 2b034145ed

View File

@@ -155,7 +155,7 @@ static void myCallback(pcallback)
dbScanLock((struct dbCommon *)pbo);
pbo->val = 0;
(*prset->process)(pbo);
dbProcess((struct dbCommon *)pbo);
dbScanUnlock((struct dbCommon *)pbo);
}