summaryrefslogtreecommitdiff
path: root/src/actions/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r--src/actions/chat.cpp2
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();