X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1cb8c64f1717769b51cbf4c737d95030c920ac99..57de0355b9a289dc3a2f219f0ea32145bdd7e69b:/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp index 3a1d7272..80431c0d 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.cpp @@ -40,7 +40,6 @@ #include #include -#include #include @@ -97,8 +96,7 @@ std::string s; for(i = settings.moduleParams.begin(); i != settings.moduleParams.end(); ++i) { - s = i->param; - std::transform(s.begin(), s.end(), s.begin(), ToLower()); + s = ToLower(i->param); if (s == "server") { server = *(i->value.begin());