Updated help files (#1460)

This commit is contained in:
longpanda 2022-02-19 09:51:31 +08:00
parent 0f89c2767f
commit 1c27c0b489
2 changed files with 3 additions and 3 deletions

View file

@ -1607,7 +1607,7 @@ static int VentoyHook(ventoy_os_param *param)
Drives = GetLogicalDrives();
Log("Drives before mount: 0x%x", Drives);
rc = MountIsoFile(IsoPath, DiskExtent.DiskNumber);
rc = MountIsoFile(IsoPath, VtoyDiskNum);
NewDrives = GetLogicalDrives();
Log("Drives after mount: 0x%x (0x%x)", NewDrives, (NewDrives ^ Drives));