X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ad41af04b0b2e3c789935776eb65f52821cfa8ff..3ea2147587e27beae55294420d52e4a10b6331b2:/refind/lib.c diff --git a/refind/lib.c b/refind/lib.c index dc187c6..7ee9c4c 100644 --- a/refind/lib.c +++ b/refind/lib.c @@ -637,7 +637,7 @@ static VOID ScanVolumeBootcode(REFIT_VOLUME *Volume, BOOLEAN *Bootable) // dummy FAT boot sector (created by iPartition) if ((FindMem(Buffer, 512, "Medienfehler", 12) >= 0) && - (FindMem(Buffer, 512, "Neustart: Taste dr\x81" "ken", 22) >= 0)) + (FindMem(Buffer, 512, "Neustart: Taste dr\x81" "cken", 22) >= 0)) Volume->HasBootCode = FALSE; // check for MBR partition table @@ -709,7 +709,7 @@ static CHAR16 *SizeInIEEEUnits(UINT64 SizeInBytes) { SPrint(TheValue, 255, L"%ld%s", SizeInIeee, Units); } // if return TheValue; -} // CHAR16 *SizeInSIUnits() +} // CHAR16 *SizeInIEEEUnits() // Return a name for the volume. Ideally this should be the label for the // filesystem it contains, but this function falls back to describing the