NasalSys: arg is never null
This commit is contained in:
parent
7132947d16
commit
aaa7fca621
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue