X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=25598346967680a62d9c5a860a8e4a8d6f7f3811;hp=f72a0f43bf12c82b3d6982da66a9d5bd5a5f7aac;hb=df012cf9ec9670db199095c4f4408dff556c4d5f;hpb=54c0cc46a20bfd13a8f0c3130520bcc06359bc9c 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