summaryrefslogtreecommitdiff
path: root/xdelta3/testing
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2013-01-20 03:01:30 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2013-01-20 03:01:30 +0000
commitd7403297a8616ddeed0476d4d8cd48fa382342b7 (patch)
tree8fd1f700e35795876a1ef09d9a846645a0ed4f78 /xdelta3/testing
parent8861d6fdc0dd728af8f2987813599e1fc43d5ee5 (diff)
Fix regression in SVN 376 (3.0.5)
Diffstat (limited to 'xdelta3/testing')
-rw-r--r--xdelta3/testing/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/testing/file.h b/xdelta3/testing/file.h
index 9803abe..a204d74 100644
--- a/xdelta3/testing/file.h
+++ b/xdelta3/testing/file.h
@@ -330,7 +330,7 @@ public:
330 for (BlockIterator iter(spec); !iter.Done(); iter.Next()) { 330 for (BlockIterator iter(spec); !iter.Done(); iter.Next()) {
331 iter.Get(&sblock); 331 iter.Get(&sblock);
332 tblock.SetSize(sblock.Size()); 332 tblock.SetSize(sblock.Size());
333 usize_t tread; 333 size_t tread;
334 CHECK_EQ(0, main_file_read(&t, 334 CHECK_EQ(0, main_file_read(&t,
335 tblock.Data(), 335 tblock.Data(),
336 tblock.Size(), &tread, "read failed")); 336 tblock.Size(), &tread, "read failed"));