Line only half commented out.

This commit is contained in:
jief 2020-03-04 09:32:44 +03:00
parent 78f899a927
commit dbb5187ae5

View File

@ -226,7 +226,7 @@ VOID ScanLegacy(VOID)
} else if (Volume->HasBootCode) { } else if (Volume->HasBootCode) {
ShowVolume = TRUE; ShowVolume = TRUE;
// DBG("Volume %d will be shown BlockIo=%x WholeIo=%x\n", // DBG("Volume %d will be shown BlockIo=%x WholeIo=%x\n",
VolumeIndex, Volume->BlockIO, Volume->WholeDiskBlockIO); // VolumeIndex, Volume->BlockIO, Volume->WholeDiskBlockIO);
if ((Volume->WholeDiskBlockIO == 0) && if ((Volume->WholeDiskBlockIO == 0) &&
Volume->BlockIOOffset == 0 /* && Volume->BlockIOOffset == 0 /* &&
Volume->OSName == NULL */) Volume->OSName == NULL */)