Skip to content

Commit

Permalink
fix error got 'AntiClockWiseBit' when expecting 'AntiClockWiseBit,' ;…
Browse files Browse the repository at this point in the history
… strict xml parsing
  • Loading branch information
Mehdi Daakir authored and Mehdi Daakir committed Jan 19, 2024
1 parent de006f2 commit 7226112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/CodedTarget/cGenerateTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void cParamCodedTarget::AddData(const cAuxAr2007 & anAuxParam)
MMVII::AddData(cAuxAr2007("WithChessBoard",anAux),mWithChessboard);
MMVII::AddData(cAuxAr2007("WhiteBackGround",anAux),mWhiteBackGround);
MMVII::AddData(cAuxAr2007("ZeroIsBackGround",anAux),mZeroIsBackGround);
MMVII::AddData(cAuxAr2007("AntiClockWiseBit,",anAux),mAntiClockWiseBit);
MMVII::AddData(cAuxAr2007("AntiClockWiseBit",anAux),mAntiClockWiseBit);

MMVII::AddData(cAuxAr2007("RayOrientTablet",anAux),mRayOrientTablet);
MMVII::AddData(cAuxAr2007("CenterOrientTablet",anAux),mCenterOrientTablet);
Expand Down

0 comments on commit 7226112

Please sign in to comment.