mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 03:46:39 +02:00
added argument assertments.
Fri May 19 11:39:29 2000 Tim Janik <timj@gtk.org> * gutils.c (g_snprintf): (g_vsnprintf): added argument assertments. * gstring.c (g_string_assign): added argument assertments. (g_string_truncate): make len a guint.
This commit is contained in:
@@ -280,7 +280,7 @@ g_string_assign (GString *string,
|
||||
|
||||
GString*
|
||||
g_string_truncate (GString *fstring,
|
||||
gint len)
|
||||
guint len)
|
||||
{
|
||||
GRealString *string = (GRealString *) fstring;
|
||||
|
||||
|
Reference in New Issue
Block a user