[gimp] app: use G_GUINT64_FORMAT to print guint64
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: use G_GUINT64_FORMAT to print guint64
- Date: Mon, 12 Mar 2012 19:27:17 +0000 (UTC)
commit ddf0d9e6b76cae2782e47bf4892bdfddf77aa8f2
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 12 20:26:51 2012 +0100
app: use G_GUINT64_FORMAT to print guint64
app/base/tile-cache.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/base/tile-cache.c b/app/base/tile-cache.c
index 015fc6e..b28aed7 100644
--- a/app/base/tile-cache.c
+++ b/app/base/tile-cache.c
@@ -107,7 +107,8 @@ tile_cache_exit (void)
}
if (cur_cache_size > 0)
- g_warning ("tile cache not empty (%ld bytes left)", cur_cache_size);
+ g_warning ("tile cache not empty (%"G_GUINT64_FORMAT" bytes left)",
+ cur_cache_size);
tile_cache_set_size (0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]