CID-135
Checker: NULL_RETURNS Function: LLPreviewLSL::postBuild() File: /indra/newview/llpreviewscript.cppmaster
parent
cf119b522f
commit
5f08031bbd
|
|
@ -956,7 +956,10 @@ BOOL LLPreviewLSL::postBuild()
|
|||
const LLInventoryItem* item = getItem();
|
||||
|
||||
childSetCommitCallback("desc", LLPreview::onText, this);
|
||||
childSetText("desc", item->getDescription());
|
||||
if (item)
|
||||
{
|
||||
childSetText("desc", item->getDescription());
|
||||
}
|
||||
childSetPrevalidate("desc", &LLTextValidate::validateASCIIPrintableNoPipe);
|
||||
|
||||
return LLPreview::postBuild();
|
||||
|
|
|
|||
Loading…
Reference in New Issue