diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-03 00:29:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-03 00:29:49 +0300 |
commit | 5e99d6ea054f7ad4f1bbb5565803656e2d02b479 (patch) | |
tree | 3a1b8aa0c75f94608f4c9c5ae14d65a7bd294058 /protocols/FacebookRM/src/main.cpp | |
parent | 10bbf1e71ad16fc4e0d274417c01ecaa4e3973f8 (diff) |
stronger typization
Diffstat (limited to 'protocols/FacebookRM/src/main.cpp')
-rw-r--r-- | protocols/FacebookRM/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/main.cpp b/protocols/FacebookRM/src/main.cpp index dd4a7b11c6..0823e659e5 100644 --- a/protocols/FacebookRM/src/main.cpp +++ b/protocols/FacebookRM/src/main.cpp @@ -104,7 +104,7 @@ extern "C" int __declspec(dllexport) Load(void) InitContactMenus();
// Init native User-Agent
- WORD v[4];
+ MFileVersion v;
Miranda_GetFileVersion(&v);
std::stringstream agent;
agent << "Miranda NG/" << v[0] << "." << v[1] << "." << v[2];
|