1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Replace TrueCrypt from Linux/MacOSX mount point names

This commit is contained in:
Mounir IDRASSI
2014-06-07 21:31:10 +02:00
parent 0c95ed3691
commit be4ca4bac6
4 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ namespace TrueCrypt
static void TraceFileOperation (int fileHandle, FilePath filePath, bool write, uint64 length, int64 position = -1)
{
string path = filePath;
if (path.empty() || path.find ("truecrypt_aux_mnt") != string::npos)
if (path.empty() || path.find ("veracrypt_aux_mnt") != string::npos)
return;
stringstream s;