avoid ERROR: The path '' does not exist... on startup
While harmless, it's an annoying distraction
This commit is contained in:
parent
e090a9da3f
commit
5b2ae615e5
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ int fgMainInit( int argc, char **argv )
|
||||||
string_list *col = new string_list;
|
string_list *col = new string_list;
|
||||||
globals->set_channel_options_list( col );
|
globals->set_channel_options_list( col );
|
||||||
|
|
||||||
fgValidatePath("", false); // initialize static variables
|
fgValidatePath(globals->get_fg_home(), false); // initialize static variables
|
||||||
upper_case_property("/sim/presets/airport-id");
|
upper_case_property("/sim/presets/airport-id");
|
||||||
upper_case_property("/sim/presets/runway");
|
upper_case_property("/sim/presets/runway");
|
||||||
upper_case_property("/sim/tower/airport-id");
|
upper_case_property("/sim/tower/airport-id");
|
||||||
|
|
Loading…
Add table
Reference in a new issue