From 608dfae22e1b5145210314ca6c7268420dd639c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 10 Dec 2016 16:46:55 +0300 Subject: Fix some issues found by automatic checks. --- src/actions/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/chat.cpp') diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 150e1fa56..d3e869f5c 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -211,7 +211,7 @@ static bool splitWhisper(const std::string &args, } else { - const size_t pos = args.find(" "); + const size_t pos = args.find(' '); if (pos != std::string::npos) { recvnick = args.substr(0, pos); -- cgit v1.2.3-60-g2f50