From 36adc08bfd163fcd96b9a91d8dc87295010df114 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 11 Jun 2002 21:04:50 +0000 Subject: tests/patterntest.c (test_compilation) A couple of 64-bit printf format Tue Jun 11 17:03:39 2002 Owen Taylor * 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. --- tests/patterntest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/patterntest.c b/tests/patterntest.c index 2bb77bd45..f1bc0fce8 100644 --- a/tests/patterntest.c +++ b/tests/patterntest.c @@ -105,7 +105,7 @@ test_compilation (gchar *src, { g_print ("failed \t(pattern_length: %d, expected %d)\n", spec->pattern_length, - strlen (spec->pattern)); + (gint)strlen (spec->pattern)); return FALSE; } -- cgit v1.2.3