aboutsummaryrefslogtreecommitdiff
path: root/img-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'img-load.c')
-rw-r--r--img-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/img-load.c b/img-load.c
index 22d5aee..1aa27e9 100644
--- a/img-load.c
+++ b/img-load.c
@@ -160,7 +160,7 @@ img_load_image (const gchar * filename, ImageParasite * meta, GError ** error)
{
frame++;
gimp_progress_update ((gdouble) frame / (gdouble) nframes);
- D (("Reading frame #%u of %u (%ux%u, %u bytes)\n", frame, nframes,
+ D (("Reading frame #%u of %u (%ux%u, %lu bytes)\n", frame, nframes,
width, height, src_size));
g_snprintf (buf, sizeof (buf), "#%i", frame);
layer =