mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Fix non-initialized variable and signed/unsigned mismatch in glib/gunicollate.c
This commit is contained in:
parent
979b9af242
commit
e8761bb4df
@ -415,7 +415,7 @@ g_utf8_collate_key (const gchar *str,
|
||||
return result;
|
||||
#else
|
||||
|
||||
gsize xfrm_len;
|
||||
gsize xfrm_len = 0;
|
||||
const gchar *charset;
|
||||
gchar *str_norm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user