diff --git a/src/main.cpp b/src/main.cpp index 8e002ed..7f22a99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -400,22 +400,22 @@ int Menu_Main(void){ //full hashes - if(!useNTFS){ crc32Val = 0; md5_starts(&md5ctx); sha1_starts(&sha1ctx); + if(!useNTFS){ //part hashes crc32PartVal = 0; md5_starts(&md5PartCtx); sha1_starts(&sha1PartCtx); + } //create hashing thread stack = MEMBucket_alloc(0x4000, 0x20); thread = (OSThread*)memalign(8, 0x1000); //thread cant be in MEMBucket OSCreateThread(thread, hashThread, 0, NULL, (u32)stack+0x4000, 0x4000, 20, (1<