From e4771c24961c6606899c5ffa7cff07291785704b Mon Sep 17 00:00:00 2001 From: Bob Zieman Date: Tue, 20 Nov 1990 08:50:54 +0000 Subject: [PATCH] added passive printout --- src/db/dbls.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/db/dbls.c b/src/db/dbls.c index 36eafd45c..478d58fed 100644 --- a/src/db/dbls.c +++ b/src/db/dbls.c @@ -712,6 +712,10 @@ DbRecDes(fp, fflag) &dbRecDes->papRecTypDes[i]->papFldDes[j]->dbr_field_type, dbRecDes->papRecTypDes[i]->papFldDes[j]->dbr_field_type); bufOut(fp, fflag); + sprintf(buffer, "%8x\t\t\tprocess_passive [%d]", + &dbRecDes->papRecTypDes[i]->papFldDes[j]->process_passive, + dbRecDes->papRecTypDes[i]->papFldDes[j]->process_passive); + bufOut(fp, fflag); sprintf(buffer, "%8x\t\t\tchoice_set [%d]", &dbRecDes->papRecTypDes[i]->papFldDes[j]->choice_set, dbRecDes->papRecTypDes[i]->papFldDes[j]->choice_set);