mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Use asynchronous file dialogs
This commit is contained in:
@@ -318,6 +318,8 @@ std::string AudioGroupDatabase::exportCHeader(std::string_view projectName, std:
|
||||
char curTmStr[26];
|
||||
asctime_s(curTmStr, &curTm);
|
||||
#endif
|
||||
if (char* ch = strchr(curTmStr, '\n'))
|
||||
*ch = '\0';
|
||||
ret += curTmStr;
|
||||
ret += "\n"
|
||||
" */\n\n\n"sv;
|
||||
|
||||
Reference in New Issue
Block a user