fix some bug

This commit is contained in:
QIDI TECH
2025-09-25 12:07:30 +08:00
parent 8177bf8912
commit 6ec016a6f8
12 changed files with 103 additions and 44 deletions

View File

@@ -329,7 +329,7 @@ void AuFile::on_input_enter(wxCommandEvent &evt)
auto m_valid_type = Valid;
wxString info_line;
const char *unusable_symbols = " #;\'<>:/\\|?*\"";
const char *unusable_symbols = "#\'<>:\\|?*\"";
const std::string unusable_suffix = PresetCollection::get_suffix_modified(); //"(modified)";
for (size_t i = 0; i < std::strlen(unusable_symbols); i++) {