mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-03 11:20:07 +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,
|
const gchar *val,
|
||||||
gssize len)
|
gssize len)
|
||||||
{
|
{
|
||||||
gssize len_unsigned;
|
gsize len_unsigned;
|
||||||
gsize end;
|
gsize end;
|
||||||
|
|
||||||
g_return_val_if_fail (string != NULL, NULL);
|
g_return_val_if_fail (string != NULL, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user