diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-09-09 14:51:34 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-09-09 14:51:34 -0400 | 
| commit | c4b070ae0011a0c2aa8dd3d01c5f3ad3ecbd3ec3 (patch) | |
| tree | d9da12a63dad133b557ff14972844e21dee8dc34 /indra/viewer_components | |
| parent | 8dc273b942ca3bae7469dcbaf7bab171b889eea1 (diff) | |
| parent | 55ae6a7962cdc9a9d7d087fbc529d30db9c37013 (diff) | |
merge changes for 3.6.5-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 abdace979a..dc8ff2f644 100755 --- a/indra/viewer_components/updater/llupdatechecker.cpp +++ b/indra/viewer_components/updater/llupdatechecker.cpp @@ -177,7 +177,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); | 
