From d65c7b0f90acfbc88e94000a92703aad7413139e Mon Sep 17 00:00:00 2001
From: Adam Moss <moss@lindenlab.com>
Date: Tue, 22 Sep 2009 22:12:54 +0000
Subject: [PATCH] svn merge -c-134040 . back-out my last commit - it fixed the
 build test, but the build still fails; I'll leave it alone...

---
 indra/llui/tests/llurlentry_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp
index e7af64187c..89a80f1e73 100644
--- a/indra/llui/tests/llurlentry_test.cpp
+++ b/indra/llui/tests/llurlentry_test.cpp
@@ -50,7 +50,7 @@ namespace tut
 		std::string url = "";
 		boost::wcmatch result;
 		LLWString wtext = utf8str_to_wstring(text);
-		const wchar_t *wctext = (const wchar_t *)(wtext.c_str());
+		const wchar_t *wctext = wtext.c_str();
 		bool found = boost::regex_search(wctext, result, regex);
 		if (found)
 		{
-- 
GitLab