mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added carriage return as an invalid custom collection name character
This commit is contained in:
parent
cd37f14513
commit
8aeb6cc903
|
@ -38,7 +38,7 @@
|
|||
#include <pugixml.hpp>
|
||||
#include <random>
|
||||
|
||||
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|\n\t"
|
||||
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|\n\t\r"
|
||||
|
||||
CollectionSystemsManager::CollectionSystemsManager() noexcept
|
||||
: mWindow {Window::getInstance()}
|
||||
|
|
Loading…
Reference in a new issue