]> code.delx.au - refind/blobdiff - refind/lib.c
Fixed filesystem driver bugs.
[refind] / refind / lib.c
index dc187c6f8cb36783375a088c7a7539624f4ff4fc..7ee9c4c2cbe5458768eb893da99495b1c2ced934 100644 (file)
@@ -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