diff --git a/Disposition.cpp b/Disposition.cpp index e37d3c9..1b0d0bc 100644 --- a/Disposition.cpp +++ b/Disposition.cpp @@ -116,7 +116,7 @@ Disposition::Dump( string& sOut, bool bMM, const char* szNewLine) const sOut += DIS_PHASE + EQUAL + ToString( m_nPhase) + szNewLine ; sOut += DIS_REF1 + EQUAL + "(" + ToString( m_ptRef1, 3) + ")" + szNewLine ; sOut += DIS_AREA1 + EQUAL + "(" + ToString( m_b3Area1, 3) + ")" + szNewLine ; - sOut += DIS_AREA1_OFFS + EQUAL + "(" + ToString( m_dAreaOffset) + szNewLine ; + sOut += DIS_AREA1_OFFS + EQUAL + "(" + ToString( m_dAreaOffset) + ")" + szNewLine ; for ( const auto& FixData : m_vFixData) { sOut += "FxD=" + FixData.sName + "," + ToString( FixData.nId) + ",(" + diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index 500b99d..85a26ec 100644 Binary files a/EgtMachKernel.rc and b/EgtMachKernel.rc differ