tests/patterntest.c (test_compilation) A couple of 64-bit printf format

Tue Jun 11 17:03:39 2002  Owen Taylor  <otaylor@redhat.com>

        * tests/patterntest.c (test_compilation)
        * glib/gmem.c (profiler_try_realloc): A couple
        of 64-bit printf format fix from George Lebl.

        * glib/gconvert.c (open_converter): Fix gsize/gint
        mixup for g_iconv() arguments.
This commit is contained in:
Owen Taylor
2002-06-11 21:04:50 +00:00
committed by Owen Taylor
parent f9ec83b2fa
commit 36adc08bfd
10 changed files with 67 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
* tests/patterntest.c (test_compilation)
* glib/gmem.c (profiler_try_realloc): A couple
of 64-bit printf format fix from George Lebl.
* glib/gconvert.c (open_converter): Fix gsize/gint
mixup for g_iconv() arguments.
2002-06-03 Matthias Clasen <maclas@gmx.de>
* glib/gwin32.c (g_win32_get_package_installation_directory):