Fix from Monyo.
authorJohn Terpstra <jht@samba.org>
Sat, 18 Oct 2003 17:46:41 +0000 (17:46 +0000)
committerJohn Terpstra <jht@samba.org>
Sat, 18 Oct 2003 17:46:41 +0000 (17:46 +0000)
(This used to be commit f6f5cdb9aa0d7823c3a2327dfe681d22f56965da)

source3/intl/lang_tdb.c

index af70b529ff952068e78dcc05da8dc3331d60bec3..b0e9e414de6019a5bd2f64022121b7df475d6db4 100644 (file)
@@ -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;