mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[AUTOCHK]
- Only check a volume on boot if it was not cleanly unmounted svn path=/trunk/; revision=52287
This commit is contained in:
parent
5a22829110
commit
c20c1de151
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ CheckVolume(
|
|||
Status = ChkdskFunc(&DrivePathU,
|
||||
TRUE, // FixErrors
|
||||
TRUE, // Verbose
|
||||
FALSE, // CheckOnlyIfDirty
|
||||
TRUE, // CheckOnlyIfDirty
|
||||
FALSE,// ScanDrive
|
||||
ChkdskCallback);
|
||||
|
||||
|
|
Loading…
Reference in a new issue