Re: kernel32: Add a few traces to help debug test failures [RESEND]
19 May
2008
19 May
'08
7:41 a.m.
"James Hawkins" <jhawkins(a)codeweavers.com> wrote:
if(detailed_info->lpRootManifestPath) ok(!lstrcmpiW(detailed_info->lpRootManifestPath, exinfo->root_manifest_path), - "unexpected detailed_info->lpRootManifestPath\n"); + "unexpected detailed_info->lpRootManifestPath: %s %s\n", + strw(detailed_info->lpRootManifestPath), strw(exinfo->root_manifest_path));
As far as I can see strw() uses static buffer and is not able to handle more than one string at once. -- Dmitry.
6420
Age (days ago)
6420
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov