diff --git a/flaim/src/recover.cpp b/flaim/src/recover.cpp index 19414ef..09a2811 100644 --- a/flaim/src/recover.cpp +++ b/flaim/src/recover.cpp @@ -254,7 +254,7 @@ FSTATIC RCODE flmProcessBeforeImage( // Determine the block address before setting the checksum uiBlkAddress = (FLMUINT)GET_BH_ADDR( pBlk); - uiBlkLength = getEncryptSize( pBlk); + uiBlkLength = pFile->FileHdr.uiBlockSize; // Set the block checksum AFTER encrypting