aboutsummaryrefslogtreecommitdiff
path: root/img-load.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-10 15:42:43 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-10 17:02:34 +0200
commit180a72b15bcde19f2a81e46a1adec1bca2cc72e4 (patch)
treedbc0d29c31c5281069b994d93410dea4a95aaff4 /img-load.c
parent19f0aa8025ddd0e164eef825f0a5987ada9f4b0f (diff)
downloadgimp-plugin-img-180a72b15bcde19f2a81e46a1adec1bca2cc72e4.tar.gz
Fix string format
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 =