mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-26 16:56:19 +00:00
Backed out changeset: 44cd3beacab6
This commit is contained in:
parent
45565e2bb8
commit
9c3dc650e7
2 changed files with 0 additions and 6 deletions
|
@ -249,8 +249,6 @@ bool CCmdArgs::parse(const std::vector<std::string> &argv)
|
||||||
{
|
{
|
||||||
std::string name = argv[i];
|
std::string name = argv[i];
|
||||||
|
|
||||||
nlinfo("Argument %d: %s", i, name.c_str());
|
|
||||||
|
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
// support / and - under Windows, arguments should be at least 2 characters
|
// support / and - under Windows, arguments should be at least 2 characters
|
||||||
if (name.size() > 1 && (name[0] == '-' || name[0] == '/'))
|
if (name.size() > 1 && (name[0] == '-' || name[0] == '/'))
|
||||||
|
|
|
@ -211,14 +211,10 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
std::string currentPath = CPath::getApplicationDirectory("Ryzom");
|
std::string currentPath = CPath::getApplicationDirectory("Ryzom");
|
||||||
|
|
||||||
nlinfo("Current path 1: %s", currentPath.c_str());
|
|
||||||
|
|
||||||
// append profile ID to directory
|
// append profile ID to directory
|
||||||
if (Args.haveArg("p"))
|
if (Args.haveArg("p"))
|
||||||
currentPath = NLMISC::CPath::standardizePath(currentPath) + Args.getArg("p").front();
|
currentPath = NLMISC::CPath::standardizePath(currentPath) + Args.getArg("p").front();
|
||||||
|
|
||||||
nlinfo("Current path 2: %s", currentPath.c_str());
|
|
||||||
|
|
||||||
if (!CFile::isExists(currentPath)) CFile::createDirectory(currentPath);
|
if (!CFile::isExists(currentPath)) CFile::createDirectory(currentPath);
|
||||||
|
|
||||||
CPath::setCurrentPath(currentPath);
|
CPath::setCurrentPath(currentPath);
|
||||||
|
|
Loading…
Reference in a new issue