[ion] Storage: make Storage::nameCompliant less restrictive (accepts

.*\.[a-z]+). But Script::nameCompliant is stricted: [a-z_0-9.]*
This commit is contained in:
Émilie Feral
2018-09-13 11:07:16 +02:00
parent 51341f4abe
commit 08077cb141
6 changed files with 24 additions and 11 deletions

View File

@@ -17,6 +17,8 @@ public:
const char * readContent() const;
static bool nameCompliant(const char * name);
constexpr static size_t k_importationStatusSize = 1;
};