From bb76d3b2db6da1e5ab348c01891ec4a3c0421be3 Mon Sep 17 00:00:00 2001 From: Terumasa TADANO Date: Wed, 22 Jun 2022 23:23:29 +0900 Subject: [PATCH] Fix a bug in a writer of FCSXML --- alm/writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alm/writer.cpp b/alm/writer.cpp index cd807de7..44c644ff 100644 --- a/alm/writer.cpp +++ b/alm/writer.cpp @@ -773,7 +773,7 @@ void Writer::save_fcs_alamode_oldformat(const System *system, xml_writer_make_settings(' ', indent, widen("utf-8"))); #else - write_xml(file_fcs, pt, std::locale(), + write_xml(fname_fcs, pt, std::locale(), xml_writer_make_settings(' ', indent, widen("utf-8"))); #endif