From 8f2e0dc4fd1fa4873867e41a33d48e7b2dd542e0 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 13 Apr 2022 00:02:49 -0400 Subject: [PATCH] smol cleanup --- indra/llcommon/lluriparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lluriparser.cpp b/indra/llcommon/lluriparser.cpp index 8fd6b16c0fe..9aad1e42173 100644 --- a/indra/llcommon/lluriparser.cpp +++ b/indra/llcommon/lluriparser.cpp @@ -128,7 +128,7 @@ void LLUriParser::textRangeToString(UriTextRangeA& textRange, std::string& str) } else { - str = LLStringUtil::null; + str.clear(); } } -- GitLab