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:
Tim Janik
2000-05-19 10:01:08 +00:00
committed by Tim Janik
parent 1e5d06d4ce
commit 1fe02b28ad
14 changed files with 108 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ g_string_assign (GString *string,
GString*
g_string_truncate (GString *fstring,
gint len)
guint len)
{
GRealString *string = (GRealString *) fstring;