From 79f59e2a2de89d01993f402b61499467f512e901 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 21 Oct 2006 08:34:40 +1000 Subject: [PATCH] Decrease number of gettext messages that are buffered to save memory darcs-hash:20061020223440-ac50b-ad0c0f685bfc851c62c340ee7d97fa1413bc9fca.gz --- wutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wutil.c b/wutil.c index 11b275a01..9c7e09a0b 100644 --- a/wutil.c +++ b/wutil.c @@ -84,7 +84,7 @@ static struct wdirent my_wdirent; /** For wgettext: Number of string_buffer_t in the ring of buffers */ -#define BUFF_COUNT 64 +#define BUFF_COUNT 4 /** For wgettext: The ring of string_buffer_t