mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Fix Storage:fullNameCompliant
This commit is contained in:
@@ -373,7 +373,7 @@ bool Storage::fullNameCompliant(const char * fullName) {
|
||||
if (dotChar == nullptr) {
|
||||
return false;
|
||||
}
|
||||
if (strchr(dotChar, k_dotChar) == nullptr) {
|
||||
if (strchr(dotChar+1, k_dotChar) == nullptr) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user