diff --git a/src/stuff.c b/src/stuff.c
index 1b0e9eb7bd5be7d7690ca111b5733c65a9dca58b..2358d132c467a8d241b00d1b7506154435e70665 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,