mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
After creating the nice error message, actually pass it on to the error
reporting routine. Thanks Casper. svn path=/trunk/; revision=11770
This commit is contained in:
@@ -239,7 +239,7 @@ BOOL DiskReadBootRecord(U32 DriveNumber, U64 LogicalSectorNumber, PMASTER_BOOT_R
|
||||
{
|
||||
sprintf(ErrMsg, "Invalid partition table magic 0x%x found on drive 0x%x",
|
||||
BootRecord->MasterBootRecordMagic, DriveNumber);
|
||||
DiskError("Invalid partition table magic (0xaa55)", 0);
|
||||
DiskError(ErrMsg, 0);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user