Subject: CVS commit: basesrc/usr.bin/cdplay
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 09/29/2002 00:48:36
Module Name: basesrc
Committed By: is
Date: Sat Sep 28 21:48:36 UTC 2002
Modified Files:
basesrc/usr.bin/cdplay: cdplay.c
Log Message:
0 is a valid value for the absolute minute to stop playing. Initialize
to UINT_MAX before scanning, and check for UINT_MAX to detect whether it
was set.
Without this, it is not possible to play the first less than a minute of
a CD using absolute msf addresses.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/cdplay/cdplay.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.