In init_record the udf field is no longer set to false if inp

is a constant link and recGblInitConstantLink returns success
(rval, not val, was successfully initialized).
This commit is contained in:
Janet B. Anderson
1996-10-30 17:45:15 +00:00
parent e301e1b359
commit 884737e82e
4 changed files with 0 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ static long init_record(pmbbi)
if (pmbbi->inp.type == CONSTANT) {
recGblInitConstantLink(&pmbbi->inp,DBF_ULONG,&pmbbi->rval);
pmbbi->udf = FALSE;
}
return(0);
}