summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-second.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-09-12 07:36:37 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-09-12 07:36:37 +0000
commita5cf569debedee47fbe8d4f3b96a200cf677c623 (patch)
tree9934771e706e2d6de26df31b5547de8f0c22836a /xdelta3/xdelta3-second.h
parenta69974bdf9f5b2248829ddefabf91c87256cbdce (diff)
Add "xdelta3 recode" function, which is currently outputing incorrect
VCDIFF windows.
Diffstat (limited to 'xdelta3/xdelta3-second.h')
-rw-r--r--xdelta3/xdelta3-second.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-second.h b/xdelta3/xdelta3-second.h
index a8196fb..f925586 100644
--- a/xdelta3/xdelta3-second.h
+++ b/xdelta3/xdelta3-second.h
@@ -173,7 +173,7 @@ xd3_decode_secondary (xd3_stream *stream,
173 173
174 /* Decode the size, allocate the buffer. */ 174 /* Decode the size, allocate the buffer. */
175 if ((ret = xd3_read_size (stream, & sect->buf, sect->buf_max, & dec_size)) || 175 if ((ret = xd3_read_size (stream, & sect->buf, sect->buf_max, & dec_size)) ||
176 (ret = xd3_decode_allocate (stream, dec_size, & sect->copied2, & sect->alloc2, NULL, NULL))) 176 (ret = xd3_decode_allocate (stream, dec_size, & sect->copied2, & sect->alloc2)))
177 { 177 {
178 return ret; 178 return ret;
179 } 179 }