mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-01 15:48:29 -04:00
Updated help files (#1460)
This commit is contained in:
parent
0f89c2767f
commit
1c27c0b489
2 changed files with 3 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue