mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix compilation error cause by extra '&&' in if statement
This commit is contained in:
@@ -627,7 +627,7 @@ begin_format:
|
||||
}
|
||||
|
||||
#ifndef DEBUG
|
||||
if (volParams->quickFormat && volParams->fileSystem != FILESYS_NTFS && volParams->fileSystem != FILESYS_EXFAT && && volParams->fileSystem != FILESYS_REFS)
|
||||
if (volParams->quickFormat && volParams->fileSystem != FILESYS_NTFS && volParams->fileSystem != FILESYS_EXFAT && volParams->fileSystem != FILESYS_REFS)
|
||||
Sleep (500); // User-friendly GUI
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user