From: Steve Brokenshire Date: Sat, 15 Jul 2017 20:56:42 +0000 (+0100) Subject: dirs: Changed AccName variable to accName X-Git-Tag: release-0.04~14 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=383faacc694d7c010e003456ce5c3d54cdad0778 dirs: Changed AccName variable to accName --- diff --git a/source/common/dirs.cpp b/source/common/dirs.cpp index 131c806..f72a0f4 100644 --- a/source/common/dirs.cpp +++ b/source/common/dirs.cpp @@ -149,7 +149,7 @@ std::string GetAccountDir(std::string accName, bool serverCert) accountDir.clear(); accountDir.append(getenv("APPDATA")); accountDir.append("\\Xestia\\Calendar\\accounts\\"); - accountDir.append(AccName); + accountDir.append(accName); accountDir.append("\\"); if (serverCert == true){