1
0
Fork 0

NasalSys: arg is never null

This commit is contained in:
Torsten Dreyer 2014-03-12 22:42:51 +01:00
parent 7132947d16
commit aaa7fca621

View file

@ -1151,7 +1151,7 @@ bool FGNasalSys::handleCommand(const SGPropertyNode* arg)
const char* moduleName = arg->getStringValue("module");
return handleCommand( moduleName,
arg ? arg->getPath(true).c_str() : moduleName,
arg->getPath(true).c_str(),
src,
arg );
}