Fix a warning, no functional change
This commit is contained in:
parent
99dd8c08b5
commit
59db0534ff
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ FGLocale::loadResource(SGPropertyNode* localeNode, const char* resource)
|
|||
if (!path_str)
|
||||
{
|
||||
SG_LOG(SG_GENERAL, SG_WARN, "No path in " << stringNode->getPath() << "/" << resource << ".");
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
|
||||
path.append(path_str);
|
||||
|
|
Loading…
Add table
Reference in a new issue