]> code.delx.au - refind/blobdiff - refind/lib.c
Fixed compilation bug for 32-bit systems that caused filesystem name issues.
[refind] / refind / lib.c
index 85a1de2fbc6979494ec2aaec34234047826e59a1..455a3efaea5239100d534b52dcce713610358a16 100644 (file)
@@ -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;