summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2026-01-12 18:33:39 -0500
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-21 22:07:08 +0200
commit0b2f7fcc6b67f629b41a804f77214d51497127a7 (patch)
tree51fea32a1ec5566279e32c3223ce70e57ae87339 /indra/newview/llinventorymodel.cpp
parent4de1ba776c60e935e8cf069c1aef104ee2b07559 (diff)
Address feedback from review
Move LLSD string->real conversion function to shared impl and utilize in xml parsing Introducing additional error handling to menu init Cleanup comments and trace tagging Remove dead Memory menu entry
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index e80c506bc0..c2f9c483c0 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -3456,7 +3456,7 @@ bool LLInventoryModel::loadFromFile(const std::string& filename,
}
{
- LL_PROFILE_ZONE_NAMED("inventory load from file - categories");
+ LL_PROFILE_ZONE_NAMED("inventory load from file - items");
const LLSD& llsd_items = inventory["items"];
if (llsd_items.isArray())
{