mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55: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 <pugixml.hpp>
|
||||||
#include <random>
|
#include <random>
|
||||||
|
|
||||||
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|"
|
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|\n\t"
|
||||||
|
|
||||||
CollectionSystemsManager::CollectionSystemsManager() noexcept
|
CollectionSystemsManager::CollectionSystemsManager() noexcept
|
||||||
: mWindow {Window::getInstance()}
|
: mWindow {Window::getInstance()}
|
||||||
|
|
Loading…
Reference in a new issue