1
0
Fork 0

Fix a warning, no functional change

This commit is contained in:
Torsten Dreyer 2014-05-05 22:24:47 +02:00
parent 99dd8c08b5
commit 59db0534ff

View file

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