From fdd89be53404bc1b371c993fb9d4584b9944c498 Mon Sep 17 00:00:00 2001 From: Johnny Tang Date: Tue, 11 Feb 1997 20:48:54 +0000 Subject: [PATCH] bug fix --- src/rec/dfanoutRecord.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/rec/dfanoutRecord.c b/src/rec/dfanoutRecord.c index dce44763d..c54e00e5e 100644 --- a/src/rec/dfanoutRecord.c +++ b/src/rec/dfanoutRecord.c @@ -3,12 +3,13 @@ /* recDfanout.c - Record Support Routines for Dfanout records */ /* - * Author: Matt Bickley - * Date: Sometime in 1994 + * Original Author: Matt Bickley (Sometime in 1994) + * Current Author: Johnny Tang * * Modification Log: * ----------------- * .01 1994 mhb Started with longout record to make the data fanout + * .02 May 10, 96 jt Bug Fix */ @@ -76,9 +77,6 @@ static long push_values(); #define OUT_ARG_MAX 8 -static char *Ofldnames[OUT_ARG_MAX] = - {"OUTA", "OUTB", "OUTC", "OUTD", "OUTE", "OUTF", "OUTG", "OUTH"}; - static long init_record(pdfanout,pass) struct dfanoutRecord *pdfanout;