Note TOC's initialized so we don't reread. Add some int's to unsigned.

This commit is contained in:
rocky
2003-09-01 15:11:36 +00:00
parent 16f103e8e6
commit 833bc3d21d
4 changed files with 19 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: _cdio_bsdi.c,v 1.10 2003/05/16 07:18:27 rocky Exp $
$Id: _cdio_bsdi.c,v 1.11 2003/09/01 15:11:36 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com>
@@ -27,7 +27,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: _cdio_bsdi.c,v 1.10 2003/05/16 07:18:27 rocky Exp $";
static const char _rcsid[] = "$Id: _cdio_bsdi.c,v 1.11 2003/09/01 15:11:36 rocky Exp $";
#include <cdio/sector.h>
#include <cdio/util.h>
@@ -167,7 +167,7 @@ _read_mode2_sector (void *user_data, void *data, lsn_t lsn,
*/
static int
_read_mode2_sectors (void *user_data, void *data, lsn_t lsn,
bool mode2_form2, unsigned nblocks)
bool mode2_form2, unsigned int nblocks)
{
_img_private_t *_obj = user_data;
int i;