From d6f5e5bc9424b9d45f6eeeca5d894d46dc91b279 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Sat, 7 Jan 2023 01:10:22 +0200
Subject: [PATCH] SL-18911 [MAC] My Land Holdings floater crashes when not
 empty

---
 indra/newview/llfloaterlandholdings.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llfloaterlandholdings.cpp b/indra/newview/llfloaterlandholdings.cpp
index 8633fe4e5e5..2f13c940ca3 100644
--- a/indra/newview/llfloaterlandholdings.cpp
+++ b/indra/newview/llfloaterlandholdings.cpp
@@ -89,7 +89,7 @@ BOOL LLFloaterLandHoldings::postBuild()
 		LLUIString areastr = getString("area_string");
 		areastr.setArg("[AREA]", llformat("%d", gAgent.mGroups.at(i).mContribution));
 		element["columns"][1]["column"] = "area";
-		element["columns"][1]["value"] = areastr;
+		element["columns"][1]["value"] = areastr.getString();
 		element["columns"][1]["font"] = "SANSSERIF";
 
 		grant_list->addElement(element);
-- 
GitLab