1
0
Fork 0

avoid ERROR: The path '' does not exist... on startup

While harmless, it's an annoying distraction
This commit is contained in:
Rebecca N. Palmer 2015-07-13 23:15:36 +01:00
parent e090a9da3f
commit 5b2ae615e5

View file

@ -423,7 +423,7 @@ int fgMainInit( int argc, char **argv )
string_list *col = new string_list;
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/runway");
upper_case_property("/sim/tower/airport-id");