dbPutField calls dbProcess instead of dbScanPassive
This commit is contained in:
@@ -455,7 +455,7 @@ long dbPutField(
|
||||
} else {
|
||||
/*indicate that dbPutField called dbProcess*/
|
||||
precord->putf = TRUE;
|
||||
status=dbScanPassive(NULL,precord);
|
||||
status=dbProcess(precord);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user