aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-21 08:34:40 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-21 08:34:40 +1000
commit79f59e2a2de89d01993f402b61499467f512e901 (patch)
treede79f2734694d7f08075d3d7f6c8dd29229f2e6d /wutil.c
parent8285242ff660b4424279350ba38abe109591911a (diff)
Decrease number of gettext messages that are buffered to save memory
darcs-hash:20061020223440-ac50b-ad0c0f685bfc851c62c340ee7d97fa1413bc9fca.gz
Diffstat (limited to 'wutil.c')
-rw-r--r--wutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wutil.c b/wutil.c
index 11b275a0..9c7e09a0 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