Changed: Use fullpath in batch file
This commit is contained in:
parent
02e8393896
commit
37f9c6dd7e
1 changed files with 1 additions and 2 deletions
|
@ -536,7 +536,6 @@ int main(int argc, char **argv)
|
|||
|
||||
strcpy(filename, argv[0]);
|
||||
|
||||
|
||||
// ignore signal SIGPIPE generated by libwww
|
||||
signal(SIGPIPE, sigHandler);
|
||||
|
||||
|
@ -547,7 +546,7 @@ int main(int argc, char **argv)
|
|||
|
||||
// initialize patch manager and set the ryzom full path, before it's used
|
||||
CPatchManager *pPM = CPatchManager::getInstance();
|
||||
pPM->setRyzomFilename(NLMISC::CFile::getFilename(filename));
|
||||
pPM->setRyzomFilename(filename);
|
||||
|
||||
/////////////////////////////////
|
||||
// Initialize the application. //
|
||||
|
|
Loading…
Reference in a new issue