Use correct index when counting short errors.

This commit is contained in:
Poul-Henning Kamp 2001-02-07 08:44:42 +00:00
parent 0b7c27b904
commit ee613f9cb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72121

View File

@ -803,7 +803,7 @@ musycc_intr0(void *arg)
case 0:
if (er == 13) { /* SHT */
sc->chan[ch]->last_rxerr = time_second;
sc->chan[i]->short_error++;
sc->chan[ch]->short_error++;
break;
}
default: