From edc9f36322e44bc0b164cf27ca03cf970ef48091 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 31 May 2014 23:09:24 +0200 Subject: Replace TrueCrypt references in added sources and resources by VeraCrypt ones. --- src/Core/Unix/CoreUnix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Core/Unix/CoreUnix.cpp') diff --git a/src/Core/Unix/CoreUnix.cpp b/src/Core/Unix/CoreUnix.cpp index 89f34e20..41ebe969 100644 --- a/src/Core/Unix/CoreUnix.cpp +++ b/src/Core/Unix/CoreUnix.cpp @@ -210,10 +210,10 @@ namespace TrueCrypt return envPrefix; if (FilesystemPath ("/media").IsDirectory()) - return "/media/truecrypt"; + return "/media/veracrypt"; if (FilesystemPath ("/mnt").IsDirectory()) - return "/mnt/truecrypt"; + return "/mnt/veracrypt"; return GetTempDirectory() + "/truecrypt_mnt"; } -- cgit v1.2.3