Re: [PATCH] wineboot: fix installation of SFP protected files
9 Jan
2008
9 Jan
'08
3:01 p.m.
"Andrey Turkin" <andrey.turkin(a)gmail.com> wrote:
+ dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( dllcache )*sizeof(WCHAR) * sizeof(wildcardW));
Aren't there too much of multiplications? -- Dmitry.
9 Jan
9 Jan
3:06 p.m.
New subject: [PATCH] wineboot: fix installation of SFP protected files
Dmitry Timoshkov wrote:
"Andrey Turkin" <andrey.turkin(a)gmail.com> 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.
6550
Age (days ago)
6550
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrey Turkin -
Dmitry Timoshkov