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:
@@ -80,7 +80,6 @@ static long init_record(pbi)
|
||||
switch (pbi->inp.type) {
|
||||
case (CONSTANT) :
|
||||
recGblInitConstantLink(&pbi->inp,DBF_ULONG,&pbi->rval);
|
||||
pbi->udf = FALSE;
|
||||
break;
|
||||
case (DB_LINK) :
|
||||
case (PV_LINK) :
|
||||
|
||||
Reference in New Issue
Block a user