summaryrefslogtreecommitdiffstats
path: root/vcd_read.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 23:36:58 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 23:36:58 +0000
commite2fac92b095dc46fadbc5a01275d00ca853af6db (patch)
treeed052704477c64876a7e6e4a3984ffd3a5f19357 /vcd_read.h
parent1a0e50d5f358842ce6d1f3aaee5dc6a86a9951ae (diff)
downloadmpv-e2fac92b095dc46fadbc5a01275d00ca853af6db.tar.bz2
mpv-e2fac92b095dc46fadbc5a01275d00ca853af6db.tar.xz
patch by Jürgen Keil
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vcd_read.h')
-rw-r--r--vcd_read.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcd_read.h b/vcd_read.h
index 8bd0d017c6..34e0475419 100644
--- a/vcd_read.h
+++ b/vcd_read.h
@@ -175,7 +175,7 @@ static int sun_vcd_read(int fd, int *offset)
(error_field << 1);
cdb.cdb_opaque[10] = sub_channel;
- sc.uscsi_cdb = &cdb;
+ sc.uscsi_cdb = (caddr_t)&cdb;
sc.uscsi_cdblen = 12;
sc.uscsi_bufaddr = vcd_buf;
sc.uscsi_buflen = 2336;