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 /plugins/TabSRMM/src | |
parent | 10bbf1e71ad16fc4e0d274417c01ecaa4e3973f8 (diff) |
stronger typization
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/generic_msghandlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index 5052e5f644..d4d0ee5983 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -576,7 +576,7 @@ static INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR case WM_INITDIALOG: TranslateDialogDefault(hwndDlg); { - WORD v[4]; + MFileVersion v; Miranda_GetFileVersion(&v); wchar_t tStr[80]; |