1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Fix from Monyo.

(This used to be commit f6f5cdb9aa)
This commit is contained in:
John Terpstra 2003-10-18 17:46:41 +00:00
parent f4d9600e68
commit 3a4858dbc6

View 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;