Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginClass.cpp

Issue 5187613258416128: Issue #1234 - Rewrite internals of debug facility (Closed)
Patch Set: Created March 12, 2015, 10:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{
« no previous file with comments | « src/plugin/Console.h ('k') | src/plugin/PluginDebug.h » ('j') | src/plugin/PluginDebug.cpp » ('J')

Powered by Google App Engine
This is Rietveld