mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 07:03:34 +02:00
gstring: Make len_unsigned unsigned
This commit is contained in:
committed by
Michael Catanzaro
parent
b4c11496a6
commit
78312f19c5
@ -886,7 +886,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);
|
||||
|
Reference in New Issue
Block a user