mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de> * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
This commit is contained in:
committed by
Matthias Clasen
parent
73d7bdc5d1
commit
f5a8ae228a
@@ -41,7 +41,7 @@ main (int argc,
|
||||
gushort gus;
|
||||
guint gui;
|
||||
gulong gul;
|
||||
gssize gsz;
|
||||
gsize gsz;
|
||||
gshort gs;
|
||||
gint gi;
|
||||
glong gl;
|
||||
@@ -86,6 +86,7 @@ main (int argc,
|
||||
|
||||
gsz = G_MAXSIZE;
|
||||
gsz++;
|
||||
|
||||
g_assert (gsz == 0);
|
||||
|
||||
gs = G_MAXSHORT;
|
||||
|
Reference in New Issue
Block a user