From 31fd16979fa56eda856d93754b388e73eae69f9f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 8 Jun 2014 00:49:06 +0200 Subject: Change TrueCrypt to VeraCrypt in some comments --- src/Volume/Volume.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Volume') diff --git a/src/Volume/Volume.cpp b/src/Volume/Volume.cpp index 0acdbb2e..ead76ed9 100644 --- a/src/Volume/Volume.cpp +++ b/src/Volume/Volume.cpp @@ -275,7 +275,7 @@ namespace TrueCrypt if (!partitionInSystemEncryptionScope && GetPath().IsDevice()) { - // Check if the device contains TrueCrypt Boot Loader + // Check if the device contains VeraCrypt Boot Loader try { File driveDevice; @@ -284,7 +284,7 @@ namespace TrueCrypt Buffer mbr (VolumeFile->GetDeviceSectorSize()); driveDevice.ReadAt (mbr, 0); - // Search for the string "TrueCrypt" + // Search for the string "VeraCrypt" size_t nameLen = strlen (TC_APP_NAME); for (size_t i = 0; i < mbr.Size() - nameLen; ++i) { -- cgit v1.2.3