From 219324f304c0cd94313d478901d26910131ac643 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 13 Jan 1997 17:30:35 +0000 Subject: [PATCH] Made mistake removing get_value --- src/rec/subArrayRecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/subArrayRecord.c b/src/rec/subArrayRecord.c index fb742ab30..cc20a633d 100644 --- a/src/rec/subArrayRecord.c +++ b/src/rec/subArrayRecord.c @@ -61,7 +61,7 @@ static long init_record(); static long process(); #define special NULL -#define special get_value +#define get_value NULL static long cvt_dbaddr(); static long get_array_info(); static long put_array_info();