mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
- Don't display unformatted partitions twice.
See issue #4399 for more details. svn path=/trunk/; revision=40590
This commit is contained in:
parent
70f0dc80ff
commit
463e79f9de
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ PrintDiskData (PPARTLIST List,
|
|||
}
|
||||
|
||||
/* Print unpartitioned entry */
|
||||
if (PartEntry->Unpartitioned || PartEntry->New)
|
||||
if (PartEntry->Unpartitioned)
|
||||
{
|
||||
PrintPartitionData (List,
|
||||
DiskEntry,
|
||||
|
|
Loading…
Reference in a new issue