mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
- Don't display unformatted partitions twice.
See issue #4399 for more details. svn path=/trunk/; revision=40590
This commit is contained in:
@@ -1373,7 +1373,7 @@ PrintDiskData (PPARTLIST List,
|
||||
}
|
||||
|
||||
/* Print unpartitioned entry */
|
||||
if (PartEntry->Unpartitioned || PartEntry->New)
|
||||
if (PartEntry->Unpartitioned)
|
||||
{
|
||||
PrintPartitionData (List,
|
||||
DiskEntry,
|
||||
|
||||
Reference in New Issue
Block a user