aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llvfs/lldir.cpp')
-rw-r--r--linden/indra/llvfs/lldir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llvfs/lldir.cpp b/linden/indra/llvfs/lldir.cpp
index d6a6eca..f695c4c 100644
--- a/linden/indra/llvfs/lldir.cpp
+++ b/linden/indra/llvfs/lldir.cpp
@@ -247,7 +247,7 @@ std::string LLDir::buildSLOSCacheDir() const
247 } 247 }
248 else 248 else
249 { 249 {
250 res = getOSCacheDir() + mDirDelimiter + "SecondLife"; 250 res = getOSCacheDir() + mDirDelimiter + "Imprudence";
251 } 251 }
252 return res; 252 return res;
253} 253}