Improve default ini, logging fixes
This commit is contained in:
parent
1b0d5ec3aa
commit
df41a5cebd
3 changed files with 11 additions and 5 deletions
|
@ -79,7 +79,6 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
|||
size_t inLen = inPath.length();
|
||||
if (inLen == 0)
|
||||
{
|
||||
WARN_LOG(FILESYS, "RealPath: inPath is empty");
|
||||
outPath = currentDirectory;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue