This commit is contained in:
Nathaniel Olsen 2015-06-15 23:39:28 -05:00
parent a466a0a8e7
commit f62deb0ed7
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ void ChatPrompt::nickCompletion(const std::list<std::string>& 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;