X-Git-Url: https://code.delx.au/refind/blobdiff_plain/58b80c84377dfbef8b113754f90cbbb45b57b69f..9ddca21dde439f353f85362e7a084fa999764497:/refind/lib.c diff --git a/refind/lib.c b/refind/lib.c index 85a1de2..455a3ef 100644 --- a/refind/lib.c +++ b/refind/lib.c @@ -702,7 +702,6 @@ static VOID ScanExtendedPartition(REFIT_VOLUME *WholeDiskVolume, MBR_PARTITION_I Volume->MbrPartitionIndex = LogicalPartitionIndex++; Volume->VolName = AllocateZeroPool(256 * sizeof(UINT16)); SPrint(Volume->VolName, 255, L"Partition %d", Volume->MbrPartitionIndex + 1); -// Volume->VolName = PoolPrint(L"Partition %d", Volume->MbrPartitionIndex + 1); Volume->BlockIO = WholeDiskVolume->BlockIO; Volume->BlockIOOffset = ExtCurrent + EMbrTable[i].StartLBA; Volume->WholeDiskBlockIO = WholeDiskVolume->BlockIO;