summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-10 20:15:41 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-10 20:19:14 +0200
commit80b33a015735daf08b8904b3581b3edcce9368d3 (patch)
tree78d1c9bf01401929a22af8f30af6ade23e1b98c4 /indra/newview/llinventorymodel.cpp
parentff6ff01c6a3822c8160279fecd3c3f2e636c4349 (diff)
SL-18629 Unpack thumbnail asset id
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 774ed051c0..bfff876c96 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -193,6 +193,7 @@ public:
titem->unpackMessage(item);
LL_DEBUGS("Inventory") << "unpacked item '" << titem->getName() << "' in "
<< titem->getParentUUID() << LL_ENDL;
+ // callback id might be no longer supported
U32 callback_id = item["callback_id"].asInteger();
if (titem->getUUID().notNull())