summaryrefslogtreecommitdiff
path: root/riscos/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/png.c')
-rw-r--r--riscos/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/png.c b/riscos/png.c
index b31c992d3..440a17f34 100644
--- a/riscos/png.c
+++ b/riscos/png.c
@@ -252,7 +252,7 @@ bool nspng_convert(struct content *c, int width, int height)
c->title = malloc(100);
if (c->title)
snprintf(c->title, 100, messages_get("PNGTitle"),
- c->width, c->height);
+ c->width, c->height, c->source_size);
c->status = CONTENT_STATUS_DONE;
return true;
}