diff --git a/reformat/ReformatBase.h b/reformat/ReformatBase.h index d52c28d..884d459 100644 --- a/reformat/ReformatBase.h +++ b/reformat/ReformatBase.h @@ -189,7 +189,8 @@ public: }; ReformatText() - : fLeftMargin(0), + : fUseRTF(true), + fLeftMargin(0), fRightMargin(0), fPointSize(8), fPreMultPointSize(8), diff --git a/util/Util.cpp b/util/Util.cpp index 9b9b0cd..b1f74dc 100644 --- a/util/Util.cpp +++ b/util/Util.cpp @@ -757,7 +757,7 @@ bool MatchSemicolonList(const CString set, const CString match) cp++; } - LOGI("--- No match for '%ls' in '%ls'", (LPCWSTR) match, (LPCWSTR) set); + LOGD("--- No match for '%ls' in '%ls'", (LPCWSTR) match, (LPCWSTR) set); return false; }