From 8a00bce145869961e4f7cc8add96d5fb015a3a64 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Mon, 23 Aug 2010 22:27:39 +0200 Subject: [PATCH] property-rules might be read from fg-root --- src/Autopilot/autopilotgroup.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autopilot/autopilotgroup.cxx b/src/Autopilot/autopilotgroup.cxx index 022b83d0c..cda65d89d 100644 --- a/src/Autopilot/autopilotgroup.cxx +++ b/src/Autopilot/autopilotgroup.cxx @@ -115,7 +115,7 @@ void FGXMLAutopilotGroupImplementation::initFrom( SGPropertyNode_ptr rootNode, c SG_LOG( SG_ALL, SG_ALERT, "Duplicate property-rule configuration name " << name << ", renamed to " << apName ); } - SGPath config = globals->resolve_aircraft_path(pathNode->getStringValue()); + SGPath config = globals->resolve_maybe_aircraft_path(pathNode->getStringValue()); SG_LOG( SG_ALL, SG_INFO, "Reading property-rule configuration from " << config.str() ); -- 2.39.5