summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMark Palange <palange@lindenlab.com>2008-10-07 22:43:15 +0000
committerMark Palange <palange@lindenlab.com>2008-10-07 22:43:15 +0000
commitc9be97fdfcc6a4c6b23a8c90916af54a38d60ab0 (patch)
treeb0a7c83b643aff7a50208c3acd5caa4a9df1bbe2 /indra/newview/llappviewer.cpp
parent9d7c56bf16f6c093c7b8d486f943e8d6df4d6a24 (diff)
merge r97380-98701 branches/viewer/viewer_1-21 (Viewer RC5 and security fixes) merge to trunk
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 770fa0ad56..aed88497ee 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1730,7 +1730,7 @@ bool LLAppViewer::initConfiguration()
OSMessageBox(
msg.str().c_str(),
- NULL,
+ LLStringUtil::null,
OSMB_OK);
return false;
@@ -2670,7 +2670,7 @@ bool LLAppViewer::initCache()
std::string cache_dir = gDirUtilp->getOSUserAppDir();
std::string new_cache_dir = gDirUtilp->getOSCacheDir();
cache_dir = cache_dir + "/cache";
- new_cache_dir = new_cache_dir + "/" + gSecondLife;
+ new_cache_dir = new_cache_dir + "/SecondLife";
if (gDirUtilp->fileExists(cache_dir))
{
gDirUtilp->setCacheDir(cache_dir);