mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-09-18 01:41:15 +00:00
Optimization for Ventoy2Disk.exe
This commit is contained in:
@@ -1657,7 +1657,9 @@ int InstallVentoy2PhyDrive(PHY_DRIVE_INFO *pPhyDrive, int PartStyle, int TryId)
|
||||
|
||||
if (!VDS_DeleteAllPartitions(pPhyDrive->PhyDrive))
|
||||
{
|
||||
Log("Notice: Could not delete partitions: %u", GetLastError());
|
||||
Log("Notice: Could not delete partitions: 0x%x", GetLastError());
|
||||
rc = 1;
|
||||
goto End;
|
||||
}
|
||||
|
||||
Log("Deleting all partitions ......................... OK");
|
||||
|
Reference in New Issue
Block a user