diff options
Diffstat (limited to 'src/Common/Fat.c')
-rw-r--r-- | src/Common/Fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Fat.c b/src/Common/Fat.c index 0d195614..b47e531c 100644 --- a/src/Common/Fat.c +++ b/src/Common/Fat.c @@ -416,7 +416,7 @@ FormatFat (void* hwndDlgPtr, unsigned __int64 startSector, fatparams * ft, void burn (temporaryKey, sizeof(temporaryKey)); return retVal; } - if (!EAInitMode (cryptoInfo)) + if (!EAInitMode (cryptoInfo, cryptoInfo->k2)) { burn (temporaryKey, sizeof(temporaryKey)); return ERR_MODE_INIT_FAILED; |