mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-31 18:00:06 +02:00
gstring: Make len_unsigned unsigned
This commit is contained in:
parent
a47dc88946
commit
f32f4aea51
@ -928,7 +928,7 @@ g_string_overwrite_len (GString *string,
|
||||
const gchar *val,
|
||||
gssize len)
|
||||
{
|
||||
gssize len_unsigned;
|
||||
gsize len_unsigned;
|
||||
gsize end;
|
||||
|
||||
g_return_val_if_fail (string != NULL, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user