summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-04 04:24:47 +0000
committerDon Kjer <don@lindenlab.com>2012-09-04 04:24:47 +0000
commit7b4385420edf3f431ddc4a7042bbc9623ffedd34 (patch)
treedfe4d1b483a2f5c86299f6ffb10397b2316cfa7b /indra/newview/lltexturefetch.cpp
parent403d1b6404355fa26b0bfeff206f5c56758a491c (diff)
More clean-up to closer match original file order. For llavatarappearance diffs
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 7adf5212c2..16baefac4f 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -973,7 +973,8 @@ bool LLTextureFetchWorker::doWork(S32 param)
}
else if(!mUrl.empty() && mCanUseHTTP)
{
- if (!(mUrl.compare(0, 7, "http://") == 0))
+ if (!(mUrl.compare(0, 7, "http://") == 0) &&
+ !(mUrl.compare(0, 8, "https://") == 0))
{
// *TODO:?remove this warning
llwarns << "Unknown URL Type: " << mUrl << llendl;