From 23a684f765856d24a59d38c18acdf4f8f1f63b90 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Thu, 20 Nov 2014 01:30:28 +0300 Subject: [PATCH] Update twister.cpp --- src/twister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twister.cpp b/src/twister.cpp index 9bb115ca..42797a65 100644 --- a/src/twister.cpp +++ b/src/twister.cpp @@ -1798,7 +1798,7 @@ Value newpostmsg(const Array& params, bool fHelp) BOOST_FOREACH(string const& token, tokens) { if( token.length() >= 2 ) { char delim = token.at(0); - if( delim != '#' && delim != '@') continue; + if( delim != '#' && delim != '@' ) continue; string target = (delim == '#') ? "hashtag" : "mention"; string word = token.substr(1); #ifdef HAVE_BOOST_LOCALE