summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/options.cpp')
-rw-r--r--plugins/NewStory/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp
index 1daf9e065e..ca65c3654b 100644
--- a/plugins/NewStory/src/options.cpp
+++ b/plugins/NewStory/src/options.cpp
@@ -90,7 +90,7 @@ public:
DBEVENTINFO dbei = {};
dbei.pBlob = (uint8_t *)"The quick brown fox jumps over the lazy dog";
- dbei.cbBlob = (DWORD)strlen((char *)dbei.pBlob);
+ dbei.cbBlob = (uint32_t)strlen((char *)dbei.pBlob);
dbei.flags = DBEF_TEMPORARY;
dbei.eventType = EVENTTYPE_MESSAGE;
dbei.timestamp = time(0);