Re: [USER32] Zero out buffer in SYSPARAMS_Load

2005-07-05 Thread Felix Nawothnig
Dmitry Timoshkov wrote: Don't you think that your patch is a bit too large although the only thing it does is adding the only a single memset call? Please get rid of all not necessary formatting changes and resubmit. I did - about 5 minutes before you sent that mail. :) Felix

Re: [USER32] Zero out buffer in SYSPARAMS_Load

2005-07-05 Thread Dmitry Timoshkov
"Felix Nawothnig" <[EMAIL PROTECTED]> wrote: +memset( lpBuf, 0, count ); Don't you think that your patch is a bit too large although the only thing it does is adding the only a single memset call? Please get rid of all not necessary formatting changes and resubmit. -- Dmitry.