Return the proper rmi field in DVDIOCREADSTRUCTURE.

PR:	89650
This commit is contained in:
Søren Schmidt 2006-01-04 21:35:57 +00:00
parent e21a562e99
commit 49824061be

View File

@ -1513,7 +1513,7 @@ acd_read_structure(device_t dev, struct dvd_struct *s)
case DVD_STRUCT_COPYRIGHT:
s->cpst = d->data[0];
s->rmi = d->data[0];
s->rmi = d->data[1];
break;
case DVD_STRUCT_DISCKEY: