"Aric Stewart" <[EMAIL PROTECTED]> wrote: > - wszPatternString++; /* skip ',' */ > + if (hr == S_OK) > + wszPatternString++; /* skip ',' */ > > if (hr == S_OK) > {
Why not just move it into the below block? -- Dmitry.
"Aric Stewart" <[EMAIL PROTECTED]> wrote: > - wszPatternString++; /* skip ',' */ > + if (hr == S_OK) > + wszPatternString++; /* skip ',' */ > > if (hr == S_OK) > {
Why not just move it into the below block? -- Dmitry.