mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[partition] Comment w/ MiB instead of MB
This commit is contained in:
parent
707ec98553
commit
b08de96315
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ PartitionIterator::begin( PartitionTable* table )
|
|||
{
|
||||
auto it = PartitionIterator( table );
|
||||
QList< Partition* > children = table->children();
|
||||
// Does not usually happen, but it did happen on a 10MB disk with an MBR
|
||||
// Does not usually happen, but it did happen on a tiny (10MiB) disk with an MBR
|
||||
// partition table.
|
||||
if ( children.isEmpty() )
|
||||
return it;
|
||||
|
|
Loading…
Add table
Reference in a new issue