diff options
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llinventoryfunctions.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index aeee3738f9..8344868f6f 100755 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -1040,7 +1040,7 @@ S32 compute_stock_count(LLUUID cat_uuid, bool force_count /* false */)          // Grab marketplace data for this folder          S32 depth = depth_nesting_in_marketplace(cat_uuid);          LLUUID listing_uuid = nested_parent_id(cat_uuid, depth); -        if (!!LLMarketplaceData::instance().isListed(listing_uuid)) +        if (!LLMarketplaceData::instance().isListed(listing_uuid))          {              // If not listed, the notion of stock is meaningless so it won't be computed for any level              return -1; | 
