summaryrefslogtreecommitdiff
path: root/Gender/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Gender/main.cpp')
-rw-r--r--Gender/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gender/main.cpp b/Gender/main.cpp
index c11060a..e66d3ef 100644
--- a/Gender/main.cpp
+++ b/Gender/main.cpp
@@ -393,7 +393,7 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam)
update.szComponentName = pluginInfo.shortName;
update.pbVersion = (BYTE *)CreateVersionStringPluginEx(&pluginInfo, szVersion);
- update.cpbVersion = strlen((char *)update.pbVersion);
+ update.cpbVersion = (int)strlen((char *)update.pbVersion);
update.szUpdateURL = UPDATER_AUTOREGISTER;