From 41ba6938a478beadb9f1baf4f330d15e07132f68 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Jun 1996 14:43:49 +0000 Subject: [PATCH] *** empty log message *** --- match.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/match.c b/match.c index 3cd489d0..f8a3607a 100644 --- a/match.c +++ b/match.c @@ -85,6 +85,19 @@ static void build_hash_table(struct sum_struct *s) } +static void send_match(int f,int i) +{ + static int matches[32]; + static int match_count=0; + + matches[match_count++] = i; + if (match_count == 32 || i==0) { + int i; + for (i=0;isums[i].len; if (n > 0) -- 2.34.1