Is this right?

This commit is contained in:
rocky
2003-06-07 22:13:30 +00:00
parent f3da34330e
commit 2b9898c5e1

View File

@@ -1,5 +1,5 @@
/*
$Id: cd-info.c,v 1.9 2003/06/07 20:40:47 rocky Exp $
$Id: cd-info.c,v 1.10 2003/06/07 22:13:30 rocky Exp $
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1996,1997,1998 Gerd Knorr <kraxel@bytesex.org>
@@ -499,7 +499,7 @@ read_block(int superblock, uint32_t offset, uint8_t bufnum, track_t track_num)
if (cdio_get_track_green(cdio, track_num)) {
if (0 > cdio_read_mode2_sector(cdio, buffer[bufnum],
offset+superblock, false))
offset+superblock, true))
return -1;
} else {
if (0 > cdio_read_yellow_sector(cdio, buffer[bufnum],