X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=25598346967680a62d9c5a860a8e4a8d6f7f3811;hb=e1f41a323159828fef7a3319768d1bc34fc127d3;hp=f72a0f43bf12c82b3d6982da66a9d5bd5a5f7aac;hpb=383faacc694d7c010e003456ce5c3d54cdad0778;p=xestiacalendar%2F.git diff --git a/source/common/dirs.cpp b/source/common/dirs.cpp index f72a0f4..2559834 100644 --- a/source/common/dirs.cpp +++ b/source/common/dirs.cpp @@ -164,8 +164,8 @@ std::string GetAccountDir(std::string accName, bool serverCert) accountDir.append(accName); accountDir.append("/"); - if (ServerCert == true){ - AccountDir.append("server.crt"); + if (serverCert == true){ + accountDir.append("server.crt"); } #else