* as a bitmap to suit T.30, but a T.32-following modem will only report
* one supported receiver format (and not all of them). Thus when
* parsing T.32 DIS we must convert the modem response to a bitmap.
- * However, due to the inconguency between T.30 and T.32 the bitmap will
+ * However, due to the incongruency between T.30 and T.32 the bitmap will
* only contain the the reported format and the required format.
*/
if (isDIS) {
/*
* correct broken Phase C (T.4/T.6) data if necessary
*/
- lastByte = correctPhaseCData(dp, &totdata, fillorder, (conf.class2RTFCC ? params : newparams), rows);
+ if (params.df <= DF_2DMMR)
+ lastByte = correctPhaseCData(dp, &totdata, fillorder, (conf.class2RTFCC ? params : newparams), rows);
params = newparams; // revert back