summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-11-10 12:15:42 +0800
committerangela <angela@lindenlab.com>2009-11-10 12:15:42 +0800
commitae27a93395ef01535e03e02ec9fa5e221ce58e23 (patch)
tree0529dc96ad0f1ed9513652aad18e9702d676b772 /indra/newview/llinventorymodel.cpp
parent5662a8d126b3dab1100aab014aeaeb1752dba26a (diff)
parent6106c9a7dadcf0ba4a33ad1ee826ccd31909b893 (diff)
Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 2693396841..4b7e364cf9 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -1271,6 +1271,8 @@ void LLInventoryModel::fetchInventoryResponder::error(U32 status, const std::str
bool LLInventoryModel::fetchDescendentsOf(const LLUUID& folder_id)
{
+ if(folder_id.isNull()) return false;
+
LLViewerInventoryCategory* cat = getCategory(folder_id);
if(!cat)
{