mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added newlines and tabs as invalid custom collection name characters
This commit is contained in:
parent
bbe23d4c42
commit
cd37f14513
|
@ -38,7 +38,7 @@
|
|||
#include <pugixml.hpp>
|
||||
#include <random>
|
||||
|
||||
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|"
|
||||
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|\n\t"
|
||||
|
||||
CollectionSystemsManager::CollectionSystemsManager() noexcept
|
||||
: mWindow {Window::getInstance()}
|
||||
|
|
Loading…
Reference in a new issue