summaryrefslogtreecommitdiff
path: root/riscos/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.c')
-rw-r--r--riscos/jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/jpeg.c b/riscos/jpeg.c
index ea8cb120b..9cbcd68f9 100644
--- a/riscos/jpeg.c
+++ b/riscos/jpeg.c
@@ -157,6 +157,7 @@ bool nsjpeg_convert(struct content *c, int w, int h)
if (c->title)
snprintf(c->title, 100, messages_get("JPEGTitle"),
width, height, c->source_size);
+ c->size += area_size + 100;
c->status = CONTENT_STATUS_DONE;
return true;
}