This commit is contained in:
rocky
2004-06-06 11:38:33 +00:00
parent fe4a50c886
commit 8d0e6cd56e

View File

@@ -1,5 +1,5 @@
/*
$Id: _cdio_linux.c,v 1.53 2004/06/06 11:30:48 rocky Exp $
$Id: _cdio_linux.c,v 1.54 2004/06/06 11:38:33 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -27,7 +27,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: _cdio_linux.c,v 1.53 2004/06/06 11:30:48 rocky Exp $";
static const char _rcsid[] = "$Id: _cdio_linux.c,v 1.54 2004/06/06 11:38:33 rocky Exp $";
#include <string.h>
@@ -924,7 +924,9 @@ _get_track_green_linux(void *user_data, track_t i_track)
/*!
Return the starting MSF (minutes/secs/frames) for track number
i_track in obj. Track numbers start at 1.
track_num in obj. Tracks numbers usually start at something
greater than 0, usually 1.
The "leadout" track is specified either by
using i_track LEADOUT_TRACK or the total tracks+1.
False is returned if there is no track entry.