cast the string size to gulong and use %lu for printing to avoid 64bit
authorGeorge Lebl <jirka@5z.com>
Sat, 29 Sep 2001 09:42:20 +0000 (09:42 +0000)
committerGeorge Lebl <jirka@src.gnome.org>
Sat, 29 Sep 2001 09:42:20 +0000 (09:42 +0000)
commit46aae08e8d129d1dc9d3b92463178352460f88b2
tree5bed1a03fe34ce011f016e7a538a67c243d3b0d2
parentbafb616c35f1174207d039eaee6580f59fe5ced8
cast the string size to gulong and use %lu for printing to avoid 64bit

Sat Sep 29 02:33:14 2001  George Lebl <jirka@5z.com>

* tests/testglib.c (main): cast the string size to gulong and use %lu
  for printing to avoid 64bit issues

* glib/gstrfuncs.[ch] (g_ascii_strncasecmp): Change the 'n' argument
  to gsize instead guint.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gstrfuncs.c
glib/gstrfuncs.h
tests/testglib.c