From cc88b1edcd74cbd7a2df9db1d811ee3251e20d9c Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sat, 23 Mar 2019 01:00:12 -0400 Subject: [PATCH] Do this instead --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index 5425fc965..fdbb80c59 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -1406,7 +1406,7 @@ void LLFloaterIMPanel::onSendMsg() // Look for actions here. if (action) { - utf8_text.replace(0,3,""); + utf8_text.erase(0,3); } else {