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 catching.