diff options
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages.cpp b/messages.cpp index f73223e..4b4a686 100644 --- a/messages.cpp +++ b/messages.cpp @@ -310,7 +310,7 @@ int RecvMsgSvc_func(HANDLE hContact, std::wstring str, char *msg, DWORD flags, D return 0; } char *tmp = mir_strdup(toUTF8(str).c_str()); - HistoryLog(hContact, db_event(msg, timestamp, 0, dbflags)); + HistoryLog(hContact, db_event(tmp, timestamp, 0, dbflags)); mir_free(tmp); return 0; } |