Index: sources/model/hd/data/treatment/MTreatmentRinsebackData.cpp =================================================================== diff -u -r45cc119e54711893ccc2b9d600412b8f51b7764f -rbb2557d984b23c29426f452968ea797e6559ac3b --- sources/model/hd/data/treatment/MTreatmentRinsebackData.cpp (.../MTreatmentRinsebackData.cpp) (revision 45cc119e54711893ccc2b9d600412b8f51b7764f) +++ sources/model/hd/data/treatment/MTreatmentRinsebackData.cpp (.../MTreatmentRinsebackData.cpp) (revision bb2557d984b23c29426f452968ea797e6559ac3b) @@ -36,7 +36,7 @@ if ( ! GetValue(vByteArray, index, _data.mTimeoutTotal )) goto lError; if ( ! GetValue(vByteArray, index, _data.mTimeoutCountDown )) goto lError; if ( ! GetValue(vByteArray, index, _data.mIsCompleted )) goto lError; - if ( ! GetValue(vByteArray, index, _data.mIsRecircAllowed )) goto lError; + if ( ! GetValue(vByteArray, index, _data.mIsRecircAllowed )) goto lError; return true ;