Skip to content

Commit

Permalink
Use correct file_name for xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Jun 3, 2022
1 parent a62ae65 commit 41f389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ void Writer::save_fcs_alamode_oldformat(const System *system,
xml_writer_make_settings<ptree::key_type>(' ', indent,
widen<std::string>("utf-8")));
#else
write_xml(file_xml, pt, std::locale(),
write_xml(file_fcs, pt, std::locale(),
xml_writer_make_settings(' ', indent, widen<char>("utf-8")));
#endif

Expand Down

0 comments on commit 41f389a

Please sign in to comment.