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/Platform/PlatformTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Platform/PlatformTest.cpp') diff --git a/src/Platform/PlatformTest.cpp b/src/Platform/PlatformTest.cpp index 26d07495..83febe4f 100644 --- a/src/Platform/PlatformTest.cpp +++ b/src/Platform/PlatformTest.cpp @@ -33,7 +33,7 @@ namespace TrueCrypt try { - file->Open ("truecrypt-serializer-test.tmp", File::CreateReadWrite); + file->Open ("veracrypt-serializer-test.tmp", File::CreateReadWrite); stream = shared_ptr (new FileStream (file)); } catch (...) { } -- cgit v1.2.3