From 383faacc694d7c010e003456ce5c3d54cdad0778 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 15 Jul 2017 21:56:42 +0100 Subject: [PATCH] dirs: Changed AccName variable to accName --- source/common/dirs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- 2.39.2