From f929ec2d64155fd2921fb8e0cd13a59b5552b1bc Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Fri, 4 Sep 2009 17:05:31 +0000 Subject: Fixed the Linux build of viewer-2.0.0-3. - Updated linux_updater for new LLStringUtil::getTokens() signature - Ignore compiler warning for string constants not being referred to as const in fmod_error.h Fix for DEV-39457. Reviewed by moss. --- indra/linux_updater/linux_updater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/linux_updater/linux_updater.cpp') diff --git a/indra/linux_updater/linux_updater.cpp b/indra/linux_updater/linux_updater.cpp index b93890ab32..4b0bf6a2d9 100644 --- a/indra/linux_updater/linux_updater.cpp +++ b/indra/linux_updater/linux_updater.cpp @@ -90,7 +90,7 @@ bool translate_init(std::string comma_delim_path_list, // extract paths string vector from comma-delimited flat string std::vector paths; - LLStringUtil::getTokens(comma_delim_path_list, paths); // split over ',' + LLStringUtil::getTokens(comma_delim_path_list, paths, ","); // split over ',' // suck the translation xml files into memory LLXMLNodePtr root; -- cgit v1.2.3