Skip to content

Commit

Permalink
Update vtoyjump.c
Browse files Browse the repository at this point in the history
  • Loading branch information
enigma131 authored Mar 14, 2022
1 parent ca47739 commit d45f71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vtoyjump/vtoyjump/vtoyjump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ static int VentoyHook(ventoy_os_param *param)
}

Log("Find ISO file <%s>", IsoPath);

/*
//Find VtoyLetter in Vlnk Mode
if (g_os_param_reserved[6] == 1)
{
Expand Down Expand Up @@ -1603,7 +1603,7 @@ static int VentoyHook(ventoy_os_param *param)
Log("Failed to check ventoy disk %u", VtoyDiskNum);
return 1;
}

*/
Drives = GetLogicalDrives();
Log("Drives before mount: 0x%x", Drives);

Expand Down

0 comments on commit d45f71c

Please sign in to comment.