From f62deb0ed7808d2be66d93a9f50c96aa58f97daa Mon Sep 17 00:00:00 2001 From: Nathaniel Olsen Date: Mon, 15 Jun 2015 23:39:28 -0500 Subject: [PATCH] Update. --- src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.cpp b/src/chat.cpp index 14aa43cec..50391d39b 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -541,7 +541,7 @@ void ChatPrompt::nickCompletion(const std::list& names, bool backwa } } } - std::wstring replacement = completions[replacement_index] + L""; + std::wstring replacement = completions[replacement_index]; if (word_end < m_line.size() && isspace(word_end)) ++word_end;