Re: [ros-dev] [ros-diffs] [hbelusca] 70869: [AUTOCHK][CHKDSK]: Minor fixes / formatting. Really add chkdsk to build. [FMIFS]: Quickly implement the chkdsk function, the same way as it is done for the

2016-03-03 Thread Hermès BÉLUSCA - MAÏTO
I wanted to add a proper '?' switch, but I've seen that if I do that, chkdsk in its current implementation runs afterwards a check (I noticed that after the commit that added the '?'). So I temporarily disabled it in this commit for further investigation (aka. modifying the ProcessCommandLine

Re: [ros-dev] [ros-diffs] [hbelusca] 70869: [AUTOCHK][CHKDSK]: Minor fixes / formatting. Really add chkdsk to build. [FMIFS]: Quickly implement the chkdsk function, the same way as it is done for the

2016-03-03 Thread Thomas Faber
On 2016-03-03 01:36, hbelu...@svn.reactos.org wrote: > @@ -160,9 +163,9 @@ > > switch (argv[i][1]) > { > -case L'?': > -Usage(argv[0]); > -break; > +// case L'?': > +