From be4ca4bac6db00538d1990ca865b55ecf2357926 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 7 Jun 2014 21:31:10 +0200 Subject: Replace TrueCrypt from Linux/MacOSX mount point names --- src/Platform/Unix/File.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Platform') diff --git a/src/Platform/Unix/File.cpp b/src/Platform/Unix/File.cpp index d69cb1df..fd64eb2a 100644 --- a/src/Platform/Unix/File.cpp +++ b/src/Platform/Unix/File.cpp @@ -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; -- cgit v1.2.3