mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USETUP]
Mark a disk as clean after the partition table has been written to the disk. svn path=/trunk/; revision=68113
This commit is contained in:
@@ -2965,6 +2965,7 @@ WritePartitionsToDisk(
|
||||
if (DiskEntry->Dirty == TRUE)
|
||||
{
|
||||
WritePartitons(List, DiskEntry);
|
||||
DiskEntry->Dirty = FALSE;
|
||||
}
|
||||
|
||||
Entry = Entry->Flink;
|
||||
|
||||
Reference in New Issue
Block a user