[ros-diffs] [cgutman] 52287: [AUTOCHK] - Only check a volume on boot if it was not cleanly unmounted

cgutman at svn.reactos.org cgutman at svn.reactos.org
Fri Jun 17 00:00:34 UTC 2011


Author: cgutman
Date: Fri Jun 17 00:00:34 2011
New Revision: 52287

URL: http://svn.reactos.org/svn/reactos?rev=52287&view=rev
Log:
[AUTOCHK]
- Only check a volume on boot if it was not cleanly unmounted

Modified:
    trunk/reactos/base/system/autochk/autochk.c

Modified: trunk/reactos/base/system/autochk/autochk.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/autochk/autochk.c?rev=52287&r1=52286&r2=52287&view=diff
==============================================================================
--- trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] Fri Jun 17 00:00:34 2011
@@ -324,7 +324,7 @@
     Status = ChkdskFunc(&DrivePathU,
                         TRUE, // FixErrors
                         TRUE, // Verbose
-                        FALSE, // CheckOnlyIfDirty
+                        TRUE, // CheckOnlyIfDirty
                         FALSE,// ScanDrive
                         ChkdskCallback);
 




More information about the Ros-diffs mailing list