Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2021-09-21 10:04:10 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-09-21 10:04:10 +0300
commitbee00909bc1025bc5a180ea18fe0e75adf03c031 (patch)
treee69f951e2b116884ae428330cd69b7368b127b1d
parent562723b0804a1bd1d280c34e769351981b3afe96 (diff)
forgot a line
-rw-r--r--source/blender/blenloader/intern/versioning_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_cpp.cc b/source/blender/blenloader/intern/versioning_cpp.cc
index 1ecdcb6525b..11f15406040 100644
--- a/source/blender/blenloader/intern/versioning_cpp.cc
+++ b/source/blender/blenloader/intern/versioning_cpp.cc
@@ -20,7 +20,7 @@ const char *sculpt_keymap_fix(const char *str)
basic_string propname = "";
basic_string tmp = regex_replace(repl, regex("use_"), "");
- bool inherit = regex_search(repl, regex("use_[a-zA-Z_]+", regex::flag_type::ECMAScript));
+ bool inherit = regex_search(repl, regex("use_[a-zA-Z_]+", regex::flag_type::extended));
std::cmatch match;
if (regex_search(tmp.c_str(), match, pat1)) {