mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
fix path to var/aircrafts/<ac_name> in various tools
especially path to flight_plan.xml and settings.xml files copied to var/aircrafts/<ac_name>
This commit is contained in:
@@ -47,7 +47,7 @@ let store_conf = fun conf acs ->
|
||||
if ExtXml.tag_is x "aircraft" then
|
||||
if List.mem (ExtXml.attrib x "ac_id") acs then
|
||||
let ac_name = ExtXml.attrib x "name" in
|
||||
let ac_dir = replay_dir // "var" // ac_name in
|
||||
let ac_dir = replay_dir // "var" // "aircrafts" // ac_name in
|
||||
|
||||
let w = fun s ->
|
||||
(* Histotical: still useful ? *)
|
||||
|
||||
Reference in New Issue
Block a user