From dd371f11e8007c3d1b894f4b18198ce0365c42f9 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Wed, 29 Dec 2010 23:55:55 +0100 Subject: [PATCH] cache folder conflict --- indra/llvfs/lldir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index f05a7398f..8af709311 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -243,7 +243,7 @@ std::string LLDir::buildSLOSCacheDir() const } else { - res = getOSUserAppDir() + mDirDelimiter + "cache"; + res = getOSUserAppDir() + mDirDelimiter + "cache_sg1"; } } else