diff --git a/source/shared_lib/sources/util/properties.cpp b/source/shared_lib/sources/util/properties.cpp index beed29ff..8b4d7935 100644 --- a/source/shared_lib/sources/util/properties.cpp +++ b/source/shared_lib/sources/util/properties.cpp @@ -109,7 +109,7 @@ void Properties::load(const string &path, bool clearCurrentProperties) { } //process line if it it not a comment - if(lineBuffer[0] != ';') { + if(lineBuffer[0] != ';' && lineBuffer[0] != '#') { //wstring wstr = lineBuffer; //line.assign(wstr.begin(),wstr.end());