From 1039b2829a264280493ba0fa979214fe024dc70c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 17:06:04 +0300 Subject: WORD -> uint16_t --- plugins/SecureIM/src/splitmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SecureIM/src') diff --git a/plugins/SecureIM/src/splitmsg.cpp b/plugins/SecureIM/src/splitmsg.cpp index bb63c0ffe9..e198532166 100644 --- a/plugins/SecureIM/src/splitmsg.cpp +++ b/plugins/SecureIM/src/splitmsg.cpp @@ -9,7 +9,7 @@ LPSTR splitMsg(LPSTR szMsg, size_t iLen) LPSTR out = (LPSTR)mir_alloc(len * 2); LPSTR buf = out; - WORD msg_id = g_plugin.getWord("msgid", 0) + 1; + uint16_t msg_id = g_plugin.getWord("msgid", 0) + 1; g_plugin.setWord("msgid", msg_id); size_t part_all = (len + iLen - 1) / iLen; -- cgit v1.2.3