How about i read before i commit? Fixes PerAccount dir

This commit is contained in:
Siana Gearz
2011-04-01 20:50:44 +02:00
parent 8b54d6503a
commit b92dec7530

View File

@@ -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