diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-05-11 17:36:58 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-05-11 17:36:58 -0700 | 
| commit | dcac06d7d2cf966915779256007e46a6fe6885de (patch) | |
| tree | 025261ac60f47052e08c4d9e4eabf61db3cc7d87 | |
| parent | 3e004ce66e1fa07421c138a20eb0dba61c5b26b3 (diff) | |
table -> tableName for non windows builds.
| -rwxr-xr-x | indra/newview/llfeaturemanager.cpp | 2 | 
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; | 
