mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix from Monyo.
This commit is contained in:
parent
76992e7d16
commit
f6f5cdb9aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user