From ba5c0db795824c3fc1ad48ce332d7bdc440cb77f Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 17 Nov 2012 02:36:29 +0100 Subject: Change empty string assignments to .clear() or remove them entirely --- src/modules/m_callerid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_callerid.cpp') diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index e28a4084b..bb0514680 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -144,7 +144,7 @@ public: { if (index != 0) return; - std::string out = ""; + std::string out; irc::commasepstream nicks(parameter); std::string tok; while (nicks.GetToken(tok)) -- cgit v1.2.3