* Erik Hofman -- Monday 16 June 2008:
> Maybe making sure the file ends with .xml could also help a lot.

io.nas:113:   writexml()

    if(substr(path, -4) != ".xml")
        path ~= ".xml";


fg_commands.cxx:1365:   do_save_xml_from_proptree()

    if (file.extension() != "xml")
        file.concat(".xml");

Both added by me quite a while ago, if I may add.  :-)

m.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to