diff options
| author | George Hazan <ghazan@miranda.im> | 2018-07-20 13:25:21 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-07-20 13:25:21 +0300 |
| commit | 509fbd91ed545d05cc266a80ec19fe7b9c9d28db (patch) | |
| tree | 09c2d97d212c0820f6d5e85d7e583b8a56b26ef8 /plugins/CmdLine | |
| parent | c90b4443c10b08eeae9466428255fe8ff7b48d6d (diff) | |
we don't need two name sets for the same array of functions
Diffstat (limited to 'plugins/CmdLine')
| -rw-r--r-- | plugins/CmdLine/src/mimcmd_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index 8a0a2eaa9f..78bd0710e2 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -720,7 +720,7 @@ void HandleMessageCommand(PCommand command, TArgument *argv, int argc, PReply re if (hContact) {
bShouldProcessAcks = TRUE;
- ptrA szMessage(Utf8EncodeW(message));
+ ptrA szMessage(mir_utf8encodeW(message));
HANDLE hProcess = (HANDLE)ProtoChainSend(hContact, PSS_MESSAGE, 0, szMessage);
const int MAX_COUNT = 60;
int counter = 0;
|
