summaryrefslogtreecommitdiff
path: root/src/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.c')
-rw-r--r--src/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 168f422e..6251ab47 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -350,7 +350,7 @@ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize)
break;
}
a_Dicache_write(jpeg->Image, jpeg->url, jpeg->version,
- linebuf, 0, jpeg->y);
+ linebuf, jpeg->y);
jpeg->y++;