Windows build fixes

This commit is contained in:
Jack Andersen
2019-07-27 15:18:09 -10:00
parent b0e4973c64
commit 1e35db90aa
2 changed files with 10 additions and 10 deletions

View File

@@ -392,7 +392,7 @@ int main(int argc, const boo::SystemChar** argv)
}
/* WAV out path */
amuse::SystemString pathOut = fmt::format(fmt("{}-{}.wav"), *m_groupName, *m_songName);
amuse::SystemString pathOut = fmt::format(fmt(_SYS_STR("{}-{}.wav")), *m_groupName, *m_songName);
Log.report(logvisor::Info, fmt(_SYS_STR("Writing to {}")), pathOut);
/* Build voice engine */