Skip to content

Commit

Permalink
Merge branch 'hotfix/v.1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Jun 22, 2022
2 parents df5dd7d + bb76d3b commit 914fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alm/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_fcs, pt, std::locale(),
write_xml(fname_fcs, pt, std::locale(),
xml_writer_make_settings(' ', indent, widen<char>("utf-8")));
#endif

Expand Down

0 comments on commit 914fdd9

Please sign in to comment.