summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-decode.h')
-rw-r--r--xdelta3/xdelta3-decode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-decode.h b/xdelta3/xdelta3-decode.h
index 2e8158b..bb03c04 100644
--- a/xdelta3/xdelta3-decode.h
+++ b/xdelta3/xdelta3-decode.h
@@ -337,7 +337,6 @@ xd3_decode_output_halfinst (xd3_stream *stream, xd3_hinst *inst)
337 return XD3_INVALID_INPUT; 337 return XD3_INVALID_INPUT;
338 } 338 }
339 339
340 /* TUNE: Probably want to eliminate memset/memcpy here */
341 memset (stream->next_out + stream->avail_out, 340 memset (stream->next_out + stream->avail_out,
342 stream->data_sect.buf[0], 341 stream->data_sect.buf[0],
343 take); 342 take);