Re: [crypt32] Fix TRACE when using a numeric identifier
Sept. 6, 2006
8:36 a.m.
Hi Paul:
When tracing is on for crypt we crashed.
+ if (!HIWORD(pszOID)) + TRACE("(%lx, %s, #%d, %s, %s)\n", dwEncodingType, pszFuncName, LOWORD(pszOID), + debugstr_w(pwszDll), pszOverrideFuncName);
debugstr_a() does this for you. + TRACE("(%lx, %s, %s, %s, %s)\n", dwEncodingType, pszFuncName, + debugstr_w(pszOID), debugstr_w(pwszDll), pszOverrideFuncName); You might want to use debugstr_a() also for the other strings (*FuncName) -- By by ... Detlef
7140
Age (days ago)
7140
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg