Added carriage return as an invalid custom collection name character

This commit is contained in:
Leon Styhre 2023-07-28 22:19:33 +02:00
parent cd37f14513
commit 8aeb6cc903

View file

@ -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()}