diff options
Diffstat (limited to 'plugins/UserInfoEx/src/classPsTree.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/classPsTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/classPsTree.cpp b/plugins/UserInfoEx/src/classPsTree.cpp index 2a1b12d2ea..3f49b202e5 100644 --- a/plugins/UserInfoEx/src/classPsTree.cpp +++ b/plugins/UserInfoEx/src/classPsTree.cpp @@ -584,7 +584,7 @@ void CPsTree::DBResetState() { s = Settings[i]; - if (s && *s == '{' && !mir_strnicmp(s + 1, p, c)) + if (s && *s == '{' && !mir_strncmpi(s + 1, p, c)) { db_unset(NULL, MODNAME, s); } |