diff options
Diffstat (limited to 'src/Platform/PlatformTest.cpp')
-rw-r--r-- | src/Platform/PlatformTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <Stream> (new FileStream (file));
}
catch (...) { }
|