unoidl2

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/unoidl2.git/
Log | Files | Refs

commit 3d76cc408b840f2efe9d6a9b46bd13f11764b2a6
parent cca52fc4be133e49a416895616875b164ba6cd0a
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 18 Mar 2012 23:34:38 +0100

smaller HSIZE enough

Diffstat:
Munoidl2.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unoidl2.c b/unoidl2.c @@ -22,7 +22,7 @@ #include <stdio.h> #include <string.h> -#define HSIZE 3000000 +#define HSIZE 1100000 #define NCHARA 256