From 868da1f5d643a8dd4a67b4079646efeed500dc93 Mon Sep 17 00:00:00 2001 From: Pascal Brisset Date: Mon, 17 Mar 2008 12:40:16 +0000 Subject: [PATCH] "conf" missing n the var/replay path ????? --- sw/logalizer/play.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/logalizer/play.ml b/sw/logalizer/play.ml index af49462d2a..063fe6fda4 100644 --- a/sw/logalizer/play.ml +++ b/sw/logalizer/play.ml @@ -49,7 +49,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 w = fun s -> - let f = replay_dir // ExtXml.attrib x s in + let f = replay_dir // "conf" // ExtXml.attrib x s in write_xml f (ExtXml.child x s); f in ignore (w "airframe");