mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[usetup]
exit when no usable disks are found svn path=/trunk/; revision=62467
This commit is contained in:
@@ -1472,6 +1472,11 @@ SelectPartitionPage(PINPUT_RECORD Ir)
|
||||
/* FIXME: show an error dialog */
|
||||
return QUIT_PAGE;
|
||||
}
|
||||
else if (IsListEmpty (&PartitionList->DiskListHead))
|
||||
{
|
||||
MUIDisplayError(ERROR_NO_HDD, Ir, POPUP_WAIT_ENTER);
|
||||
return QUIT_PAGE;
|
||||
}
|
||||
}
|
||||
|
||||
DrawPartitionList(PartitionList);
|
||||
|
||||
Reference in New Issue
Block a user