| 153 |
// |
// |
| 154 |
if ( strict ){ |
if ( strict ){ |
| 155 |
if ( !good ) return(false); |
if ( !good ) return(false); |
| 156 |
if ( !perr[0] ) return(false); |
if ( perr[0] ) return(false); |
| 157 |
if ( !perr[1] ) return(false); |
if ( perr[1] ) return(false); |
| 158 |
if ( !perr[2] ) return(false); |
if ( perr[2] ) return(false); |
| 159 |
if ( !perr[3] ) return(false); |
if ( perr[3] ) return(false); |
| 160 |
if ( !swerr[0] ) return(false); |
if ( swerr[0] ) return(false); |
| 161 |
if ( !swerr[1] ) return(false); |
if ( swerr[1] ) return(false); |
| 162 |
if ( !swerr[2] ) return(false); |
if ( swerr[2] ) return(false); |
| 163 |
if ( !swerr[3] ) return(false); |
if ( swerr[3] ) return(false); |
| 164 |
if ( !crc[0] ) return(false); |
if ( crc[0] ) return(false); |
| 165 |
if ( !crc[1] ) return(false); |
if ( crc[1] ) return(false); |
| 166 |
if ( !crc[2] ) return(false); |
if ( crc[2] ) return(false); |
| 167 |
if ( !crc[3] ) return(false); |
if ( crc[3] ) return(false); |
| 168 |
} else { |
} else { |
| 169 |
if ( perr[0] == 129 || perr[0] == 136 || perr[0] == 142 || perr[0] == 143 ) return(false); |
if ( perr[0] == 129 || perr[0] == 136 || perr[0] == 142 || perr[0] == 143 ) return(false); |
| 170 |
if ( perr[1] == 129 || perr[1] == 136 || perr[1] == 142 || perr[1] == 143 ) return(false); |
if ( perr[1] == 129 || perr[1] == 136 || perr[1] == 142 || perr[1] == 143 ) return(false); |