Return the proper rmi field in DVDIOCREADSTRUCTURE.
PR: 89650
This commit is contained in:
parent
e21a562e99
commit
49824061be
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user