1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Merge of another fix from Monyo.

(This used to be commit 8d4d8aed2b)
This commit is contained in:
Tim Potter 2003-10-21 04:54:20 +00:00
parent 87a6e23fcc
commit cc14d8c561

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;