From ac5e26f13254eedf30fb7878ac421c0b72752d9b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 30 Oct 1996 17:41:37 +0000 Subject: [PATCH] In process the udf field is now set to false if dol is not a constant link and dbGetLink returns success. --- src/rec/stringoutRecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/stringoutRecord.c b/src/rec/stringoutRecord.c index f3473b81e..b5f12b339 100644 --- a/src/rec/stringoutRecord.c +++ b/src/rec/stringoutRecord.c @@ -162,7 +162,7 @@ static long process(pstringout) if (!pstringout->pact && pstringout->omsl == CLOSED_LOOP){ status = dbGetLink(&(pstringout->dol), DBR_STRING,pstringout->val,0,0); - if(RTN_SUCCESS(status)) pstringout->udf=FALSE; + if(pstringout->dol.type!=CONSTANT && RTN_SUCCESS(status)) pstringout->udf=FALSE; } if(pstringout->udf == TRUE ){