mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Change TrueCrypt to VeraCrypt in some comments
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user