From 2419316c770be51b072bbba8e77fcad9643dd485 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 11 Jun 2004 21:09:50 +0000 Subject: [project @ 2004-06-11 21:09:50 by rjw] Update to PNG title data to make it display the data size svn path=/import/netsurf/; revision=964 --- riscos/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') 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; } -- cgit v1.2.3