Index: src/plugin/PluginClass.cpp |
=================================================================== |
--- a/src/plugin/PluginClass.cpp |
+++ b/src/plugin/PluginClass.cpp |
@@ -630,7 +630,7 @@ |
try |
{ |
WCHAR tmp[256]; |
- wsprintf(tmp, L"Invoke: %d\n", dispidMember); |
Oleksandr
2015/03/19 03:46:12
How about switching to swprintf_s here. Seems like
Eric
2015/03/19 12:56:35
I need to rebase this change set. There's no analo
|
+ wsprintf(tmp, L"Invoke: %d", dispidMember); |
DEBUG_GENERAL(tmp); |
switch (dispidMember) |
{ |