From d22944da00a5ade5eb97aa109bac624967ead94c Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 22 Apr 2014 20:57:49 -0700 Subject: DD-58 : Forced listing ID to be an integer throughout. Verify we get an integer when using the associate UI. --- indra/newview/llinventorybridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llinventorybridge.cpp') diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index d02ea949a8..e6ecd4e96e 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2057,7 +2057,7 @@ std::string LLFolderBridge::getLabelSuffix() const // Listing folder case if (LLMarketplaceData::instance().isListed(getUUID())) { - suffix = LLMarketplaceData::instance().getListingID(getUUID()); + suffix = llformat("%d",LLMarketplaceData::instance().getListingID(getUUID())); if (suffix.empty()) { suffix = LLTrans::getString("MarketplaceNoID"); -- cgit v1.2.3