mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
NSUserDefaults: Increase default length
This commit is contained in:
parent
c591d12e26
commit
248ef7136b
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ systemLanguages()
|
|||
BOOL ret;
|
||||
|
||||
unsigned long numberOfLanguages = 0;
|
||||
unsigned long length = 3;
|
||||
unsigned long length = 7;
|
||||
unsigned long factor = sizeof(wchar_t);
|
||||
wchar_t *buffer = malloc(length * factor);
|
||||
if (!buffer)
|
||||
|
|
Loading…
Reference in a new issue