From 03184ffd4ba9ef0d5a93b0dbc764a3d244fdcb81 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 6 Aug 1993 14:39:47 +0000 Subject: [PATCH] reinserted call to initCom after call to dev sup --- src/rec/recMbbo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/recMbbo.c b/src/rec/recMbbo.c index 15f22b424..55d408c09 100644 --- a/src/rec/recMbbo.c +++ b/src/rec/recMbbo.c @@ -58,7 +58,6 @@ * .23 07-16-92 jba added invalid alarm fwd link test and chngd fwd lnk to macro * .24 08-14-92 jba Added simulation processing * .25 08-19-92 jba Added code for invalid alarm output action - * .26 10-01-92 jba Removed excess call to init_common */ #include @@ -231,6 +230,7 @@ static long init_record(pmbbo,pass) pmbbo->udf = FALSE; } else if (status==2) status=0; } + init_common(pmbbo); return(0); }