aboutsummaryrefslogtreecommitdiff
path: root/img-load.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-10 22:10:47 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-10 22:10:47 +0200
commitfa70d7f96a2e3f03afb7b598df3de8a248bfa67b (patch)
tree4b614a832ee18b1536b43e86343ec3ad6acedf7d /img-load.c
parentd7253fa18a9a459b7ddfc342741cc48c0d29a220 (diff)
downloadgimp-plugin-img-fa70d7f96a2e3f03afb7b598df3de8a248bfa67b.tar.gz
Fix string format2009
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 8edeca5..52ae98f 100644
--- a/img-load.c
+++ b/img-load.c
@@ -159,7 +159,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 =