From 38efee9a52285d5e87ea8d26796075d5e6e6023b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sat, 1 Sep 2001 02:39:18 -0700 Subject: [PATCH] bugfix (?) Rev: src/stuff.c:1.15 --- src/stuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stuff.c b/src/stuff.c index 1b0e9eb7bd..2358d132c4 100644 --- a/src/stuff.c +++ b/src/stuff.c @@ -5,7 +5,7 @@ \*/ /* - * $Id: stuff.c,v 1.14 2001/09/01 01:45:52 hubbe Exp $ + * $Id: stuff.c,v 1.15 2001/09/01 09:39:18 hubbe Exp $ */ #include "global.h" #include "stuff.h" @@ -380,7 +380,7 @@ unsigned long find_good_hash_size(unsigned long num) if(x<32) { static unsigned long lowprimes[32]={ - 3,3,3,3, + 1,1,2,3, 5,5,7,7, 11,11,11,11, 13,13,17,17, -- GitLab