summaryrefslogtreecommitdiff
path: root/test/backupdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/backupdiff')
-rw-r--r--test/backupdiff/testbackupdiff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/backupdiff/testbackupdiff.cpp b/test/backupdiff/testbackupdiff.cpp
index d61029cf..fb972b2b 100644
--- a/test/backupdiff/testbackupdiff.cpp
+++ b/test/backupdiff/testbackupdiff.cpp
@@ -125,7 +125,7 @@ void check_encoded_file(const char *filename, int64_t OtherFileID, int new_block
// Decode the rest
uint64_t iv = box_ntoh64(hdr.mEntryIVBase);
iv += b;
- sBlowfishDecryptBlockEntry.SetIV(&iv);
+ sBlowfishDecryptBlockEntry.SetIV(&iv);
file_BlockIndexEntryEnc entryEnc;
sBlowfishDecryptBlockEntry.TransformBlock(&entryEnc,
sizeof(entryEnc), en.mEnEnc, sizeof(en.mEnEnc));
@@ -144,7 +144,7 @@ void check_encoded_file(const char *filename, int64_t OtherFileID, int new_block
{
nold++;
BOX_TRACE(std::setw(8) << b << " other i=" <<
- std::setw(8) << (0-s) <<
+ std::setw(8) << (0-s) << " " <<
std::setw(8) << ntohl(entryEnc.mSize) << " " <<
std::setw(8) << std::setfill('0') <<
std::hex << ntohl(entryEnc.mWeakChecksum));