summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-05-11 17:36:58 -0700
committerRider Linden <rider@lindenlab.com>2015-05-11 17:36:58 -0700
commitdcac06d7d2cf966915779256007e46a6fe6885de (patch)
tree025261ac60f47052e08c4d9e4eabf61db3cc7d87 /indra/newview
parent3e004ce66e1fa07421c138a20eb0dba61c5b26b3 (diff)
table -> tableName for non windows builds.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfeaturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index c9404f6a0c..b701fece5a 100755
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -516,7 +516,7 @@ void LLFeatureManager::fetchFeatureTableCoro(LLCoros::self& self, std::string ta
filename = llformat(tableName.c_str(), "", LLVersionInfo::getVersion().c_str());
}
#else
- const std::string filename = llformat(table.c_str(), LLVersionInfo::getVersion().c_str());
+ const std::string filename = llformat(tableName.c_str(), LLVersionInfo::getVersion().c_str());
#endif
std::string url = base + "/" + filename;