mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Windows build fixes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user