Mercurial > mplayer.hg
comparison mp_strings.c @ 36526:e0d75c4ad96b
vcd_read: Fix sizeof argument.
The struct we need to copy is actually a cdrom_msf0, not cdrom_msf.
Even though the kernel for no good reason reads it in as a
cdrom_msf struct, but only uses the part shared with cdrom_msf0 -
this is probably a kernel bug.
author | reimar |
---|---|
date | Sun, 19 Jan 2014 10:48:02 +0000 |
parents | 2ef9298a81e7 |
children |
comparison
equal
deleted
inserted
replaced
36525:8303442b7870 | 36526:e0d75c4ad96b |
---|