configure.ac: now in 0.71cvs

*.c: lint-like changes. Tested on Sun's SUNPRO cc compiler.
     Removed feild initialization lingo (even if it is C99).
This commit is contained in:
rocky
2004-09-03 23:20:11 +00:00
parent 9eb10f8065
commit c1905e6879
17 changed files with 196 additions and 189 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdtext.c,v 1.8 2004/08/30 01:59:13 rocky Exp $
$Id: cdtext.c,v 1.9 2004/09/03 23:20:11 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
toc reading routine adapted from cuetools
@@ -149,7 +149,7 @@ cdtext_set (cdtext_field_t key, const char *value, cdtext_t *cdtext)
*/
bool
cdtext_data_init(void *user_data, track_t i_first_track,
const unsigned char *wdata,
unsigned char *wdata,
set_cdtext_field_fn_t set_cdtext_field_fn)
{
CDText_data_t *pdata;