diff options
author | simon_linden <none@none> | 2013-09-09 16:17:16 -0700 |
---|---|---|
committer | simon_linden <none@none> | 2013-09-09 16:17:16 -0700 |
commit | e2019e8a3b5175eb6d7322fbe7c466f213854640 (patch) | |
tree | 1e2fbeaeb249e0f3f0f91e94af213c1840438581 /indra/viewer_components | |
parent | 6dd7e0c9ef587c6c05726d407bef8b51018a7a4b (diff) | |
parent | 2c1d89c57ec21e4790eb14066d2291282a1000b4 (diff) |
Merge downstream code with viewer-release
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-x | indra/viewer_components/updater/llupdatechecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdatechecker.cpp b/indra/viewer_components/updater/llupdatechecker.cpp index 91a5f9246e..d6e06e5316 100755 --- a/indra/viewer_components/updater/llupdatechecker.cpp +++ b/indra/viewer_components/updater/llupdatechecker.cpp @@ -207,7 +207,7 @@ std::string LLUpdateChecker::Implementation::buildUrl(std::string const & urlBas std::string const & platform_version, unsigned char uniqueid[MD5HEX_STR_SIZE], bool willing_to_test) -{ +{ LLSD path; path.append(mProtocol); path.append(channel); |