summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cdrw/dae.c
diff options
context:
space:
mode:
authornakanon <none@none>2005-08-18 10:30:25 -0700
committernakanon <none@none>2005-08-18 10:30:25 -0700
commit0c83a891bb3029b854c3ebe4d0467b839a68fa49 (patch)
treeaa7544144ab5b3f9c14016f1a09b476f38574c8c /usr/src/cmd/cdrw/dae.c
parent7a899e493f14afd2d33429677595b4f06475153e (diff)
downloadillumos-joyent-0c83a891bb3029b854c3ebe4d0467b839a68fa49.tar.gz
6239665 cdrw fails to burn CD-R with Pioneer A08 and A09
6269572 gcc and cmd/cdrw don't get along
Diffstat (limited to 'usr/src/cmd/cdrw/dae.c')
-rw-r--r--usr/src/cmd/cdrw/dae.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/cdrw/dae.c b/usr/src/cmd/cdrw/dae.c
index cc02b5ae0b..4a0c059e6f 100644
--- a/usr/src/cmd/cdrw/dae.c
+++ b/usr/src/cmd/cdrw/dae.c
@@ -20,7 +20,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -207,7 +207,7 @@ read_audio_track(cd_device *dev, struct track_info *ti, bstreamhandle h)
for (c_blk = start_blk; c_blk < end_blk; c_blk += blocks_to_write) {
/* update progress indicator */
- (void) progress((void *) (end_blk - start_blk),
+ (void) progress((end_blk - start_blk),
(int64_t)(c_blk - start_blk));
blocks_to_read = end_blk - c_blk + blks_to_overlap;