summaryrefslogtreecommitdiff
path: root/xdelta3/testing/test.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2008-08-16 15:12:07 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2008-08-16 15:12:07 +0000
commitcfa558736324be5e2068f5459a55f882c2631bc6 (patch)
treed1677d1178c74630e3ad38e0fbbbcd54a467caf9 /xdelta3/testing/test.h
parentd490e1971a6155e2637afbae6f13f97eee49ff95 (diff)
Fix bug in xd3_merge_add(), calling memcpy with wrong offset and size.
Diffstat (limited to 'xdelta3/testing/test.h')
-rw-r--r--xdelta3/testing/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xdelta3/testing/test.h b/xdelta3/testing/test.h
index 30d147f..4533e88 100644
--- a/xdelta3/testing/test.h
+++ b/xdelta3/testing/test.h
@@ -88,9 +88,10 @@ using regtest::ChangeListMutator;
88using regtest::Modify1stByte; 88using regtest::Modify1stByte;
89 89
90#include "file.h" 90#include "file.h"
91using regtest::FileSpec;
92using regtest::Block; 91using regtest::Block;
93using regtest::BlockIterator; 92using regtest::BlockIterator;
93using regtest::ExtFile;
94using regtest::FileSpec;
94using regtest::TmpFile; 95using regtest::TmpFile;
95 96
96#include "cmp.h" 97#include "cmp.h"