解决issue 【主要】【区域语言】蒙古语时切换长格式设置闪退
This commit is contained in:
parent
f02b663f61
commit
31d3da475d
|
@ -1850,7 +1850,7 @@ void kdk_free_logn_dateinfo(kdk_logn_dateinfo *date)
|
|||
int kdk_system_set_long_dateformat(char *format)
|
||||
{
|
||||
int i = 0;
|
||||
char tmp[64] = {0};
|
||||
char tmp[128] = {0};
|
||||
char *homeDir = NULL;
|
||||
strcpy(tmp, format);
|
||||
GKeyFile *config = g_key_file_new();
|
||||
|
|
Loading…
Reference in New Issue