From b92dec75301d438f39ddef07b9b51b8e3790682d Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Fri, 1 Apr 2011 20:50:44 +0200 Subject: [PATCH] How about i read before i commit? Fixes PerAccount dir --- indra/llvfs/lldir.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index 3c9fd130a..d495176de 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -563,8 +563,8 @@ void LLDir::setLindenUserDir(const std::string &grid, const std::string &first, { std::string gridlower(grid); LLStringUtil::toLower(gridlower); - mPerAccountChatLogsDir += "@"; - mPerAccountChatLogsDir += gridlower; + mLindenUserDir += "@"; + mLindenUserDir += gridlower; } } else