diff options
Diffstat (limited to 'indra/viewer_components')
| -rw-r--r-- | indra/viewer_components/updater/llupdatedownloader.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/viewer_components/updater/llupdatedownloader.cpp b/indra/viewer_components/updater/llupdatedownloader.cpp index 75f896cc76..efb55ab83a 100644 --- a/indra/viewer_components/updater/llupdatedownloader.cpp +++ b/indra/viewer_components/updater/llupdatedownloader.cpp @@ -158,7 +158,7 @@ LLUpdateDownloader::Implementation::Implementation(LLUpdateDownloader::Client &  	mDownloadRecordPath(LLUpdateDownloader::downloadMarkerPath())  {  	CURLcode code = curl_global_init(CURL_GLOBAL_ALL); // Just in case. -	llassert(code = CURLE_OK); // TODO: real error handling here.  +	llverify(code == CURLE_OK); // TODO: real error handling here.   } | 
