diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 99d847c39..c0aea0179 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -667,7 +667,7 @@ impHandler(guildNotice) } const std::string str1 = args.substr(0, 60); - std::string str2(""); + std::string str2; if (args.size() > 60) str2 = args.substr(60); const Guild *const guild = localPlayer->getGuild(); |