Merge pull request 'Unsafe call fix' (#36) from YanTheKaller/libublsettings-gtk3:master into master

Reviewed-on: #36
master v1.34
Dmitry Razumov 8 months ago
commit 3e0e20b666

@ -202,6 +202,7 @@
} }
config_str yon_window_config_get_section(char *section, gsize *size){ config_str yon_window_config_get_section(char *section, gsize *size){
(*size)=0;
config_str key = g_key_file_get_keys(__yon_window_config_file,section,size,NULL); config_str key = g_key_file_get_keys(__yon_window_config_file,section,size,NULL);
return key; return key;
} }

Loading…
Cancel
Save