summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/WinterSpeak/src/EventInformation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WinterSpeak/src/EventInformation.cpp b/plugins/WinterSpeak/src/EventInformation.cpp
index 749ca4ae5c..dd561fc2ad 100644
--- a/plugins/WinterSpeak/src/EventInformation.cpp
+++ b/plugins/WinterSpeak/src/EventInformation.cpp
@@ -71,7 +71,7 @@ std::wstring EventInformation::getMessage()
//------------------------------------------------------------------------------
size_t EventInformation::getMessageSize()
{
- return std::wstring((wchar_t *)m_event_info.pBlob).size();
+ return m_event_info.cbBlob;
}
//------------------------------------------------------------------------------