aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloateropenobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloateropenobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloateropenobject.cpp b/linden/indra/newview/llfloateropenobject.cpp
index 3e672b5..5f62e87 100644
--- a/linden/indra/newview/llfloateropenobject.cpp
+++ b/linden/indra/newview/llfloateropenobject.cpp
@@ -195,7 +195,7 @@ void LLFloaterOpenObject::moveToInventory(bool wear)
195void LLFloaterOpenObject::callbackCreateInventoryCategory(const LLSD& result, void* data) 195void LLFloaterOpenObject::callbackCreateInventoryCategory(const LLSD& result, void* data)
196{ 196{
197 LLCategoryCreate* cat_data = (LLCategoryCreate*)data; 197 LLCategoryCreate* cat_data = (LLCategoryCreate*)data;
198 if (result.has("failure") and result["failure"]) 198 if (result.has("failure") && result["failure"])
199 { 199 {
200 delete cat_data; 200 delete cat_data;
201 return; 201 return;