summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-decode.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2013-01-20 10:35:03 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2013-01-20 10:35:03 +0000
commit589131e4beed56f8f2a6834f183079fe07dc1eda (patch)
treeb92cef1e5b29d95ede55b494191ebc23df97001a /xdelta3/xdelta3-decode.h
parentdf1e90ee3c130ad7b89d2273c2b0d53cab42d6f1 (diff)
Partial Win64 build fixes.
Diffstat (limited to 'xdelta3/xdelta3-decode.h')
-rw-r--r--xdelta3/xdelta3-decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-decode.h b/xdelta3/xdelta3-decode.h
index f867055..d468669 100644
--- a/xdelta3/xdelta3-decode.h
+++ b/xdelta3/xdelta3-decode.h
@@ -429,7 +429,7 @@ xd3_decode_output_halfinst (xd3_stream *stream, xd3_hinst *inst)
429 xd3_source *source = stream->src; 429 xd3_source *source = stream->src;
430 xoff_t block = source->cpyoff_blocks; 430 xoff_t block = source->cpyoff_blocks;
431 usize_t blkoff = source->cpyoff_blkoff; 431 usize_t blkoff = source->cpyoff_blkoff;
432 const usize_t blksize = source->blksize; 432 const xoff_t blksize = source->blksize;
433 int ret; 433 int ret;
434 434
435 xd3_blksize_add (&block, &blkoff, source, inst->addr); 435 xd3_blksize_add (&block, &blkoff, source, inst->addr);