summaryrefslogtreecommitdiff
path: root/source3/intl
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-10-18 17:46:41 +0000
committerJohn Terpstra <jht@samba.org>2003-10-18 17:46:41 +0000
commit3a4858dbc68bd4ea5c57c34611c9b0a626a78c0d (patch)
tree07f6603ce801460ab9ad405ac90c688c903978f9 /source3/intl
parentf4d9600e6813f151350d9a89749ee4d12b62b842 (diff)
downloadsamba-3a4858dbc68bd4ea5c57c34611c9b0a626a78c0d.tar.gz
Fix from Monyo.
(This used to be commit f6f5cdb9aa0d7823c3a2327dfe681d22f56965da)
Diffstat (limited to 'source3/intl')
-rw-r--r--source3/intl/lang_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c
index af70b529ff9..b0e9e414de6 100644
--- a/source3/intl/lang_tdb.c
+++ b/source3/intl/lang_tdb.c
@@ -242,7 +242,7 @@ void lang_msg_free(const char *msgstr)
*/
const char *lang_msg_rotate(const char *msgid)
{
-#define NUM_LANG_BUFS 4
+#define NUM_LANG_BUFS 16
char *msgstr;
static pstring bufs[NUM_LANG_BUFS];
static int next;