]> git.stg.codes - stg.git/blobdiff - projects/stargazer/admins_impl.cpp
Use CC and CXX on various checks in build script
[stg.git] / projects / stargazer / admins_impl.cpp
index 0179910ea12bdac511baaa23387df8ac24995156..3fe2c10b6c6c423629ee25ea2bd416a921449fb9 100644 (file)
@@ -42,7 +42,8 @@ using namespace std;
 
 //-----------------------------------------------------------------------------
 ADMINS_IMPL::ADMINS_IMPL(STORE * st)
-    : stg(0xFFFF, "@stargazer", ""),
+    : ADMINS(),
+      stg(0xFFFF, "@stargazer", ""),
       noAdmin(0xFFFF, "NO-ADMIN", ""),
       data(),
       store(st),
@@ -72,7 +73,7 @@ admin_iter ai(find(data.begin(), data.end(), adm));
 
 if (ai != data.end())
     {
-    strError = "Administrator \'" + login + "\' cannot not be added. Administrator alredy exist.";
+    strError = "Administrator \'" + login + "\' cannot not be added. Administrator already exist.";
     WriteServLog("%s %s", admin->GetLogStr().c_str(), strError.c_str());
 
     return -1;