Re: [PATCH] wineboot: fix installation of SFP protected files

2008-01-09 Thread Andrey Turkin
Dmitry Timoshkov wrote: > "Andrey Turkin" <[EMAIL PROTECTED]> wrote: > >> +dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( >> dllcache )*sizeof(WCHAR) * sizeof(wildcardW)); > > Aren't there too much of multiplications? > Whoops, second one should be plus instead. Thanks for catchin

Re: [PATCH] wineboot: fix installation of SFP protected files

2008-01-09 Thread Dmitry Timoshkov
"Andrey Turkin" <[EMAIL PROTECTED]> wrote: > +dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( dllcache > )*sizeof(WCHAR) * sizeof(wildcardW)); Aren't there too much of multiplications? -- Dmitry.