We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c197e7c commit 1f3f733Copy full SHA for 1f3f733
base/system/diskpart/create.c
@@ -43,7 +43,7 @@ CreateExtendedPartition(
43
else if (CurrentDisk->PartitionStyle == PARTITION_STYLE_RAW)
44
{
45
/* FIXME: Initialize disk properly! */
46
- CurrentDisk->PartitionStyle == PARTITION_STYLE_MBR;
+ CurrentDisk->PartitionStyle = PARTITION_STYLE_MBR;
47
}
48
49
for (i = 3; i < argc; i++)
@@ -440,7 +440,7 @@ CreatePrimaryPartition(
440
441
442
443
444
445
446
0 commit comments