cdparanoia: add ability to disable byte swapping
configure.ac: remove AIX driver for now - it doesn't really work remove some (but not all) of the valgrind errors in cd-text Some stylistic things, doxygen comment improvements typos, etc.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: cdio.c,v 1.11 2005/01/20 00:36:38 rocky Exp $
|
||||
$Id: cdio.c,v 1.12 2005/01/27 03:10:06 rocky Exp $
|
||||
|
||||
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <cdio/util.h>
|
||||
#include "cdio_private.h"
|
||||
|
||||
static const char _rcsid[] = "$Id: cdio.c,v 1.11 2005/01/20 00:36:38 rocky Exp $";
|
||||
static const char _rcsid[] = "$Id: cdio.c,v 1.12 2005/01/27 03:10:06 rocky Exp $";
|
||||
|
||||
|
||||
/*!
|
||||
@@ -61,7 +61,7 @@ cdio_get_arg (const CdIo *obj, const char key[])
|
||||
@return the CD-TEXT object or NULL if obj is NULL
|
||||
or CD-TEXT information does not exist.
|
||||
*/
|
||||
const cdtext_t *
|
||||
cdtext_t *
|
||||
cdio_get_cdtext (CdIo *obj, track_t i_track)
|
||||
{
|
||||
if (obj == NULL) return NULL;
|
||||
|
||||
Reference in New Issue
Block a user