Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434528
Collapse All | Expand All

(-)dagrab-S0.513/cddb.c.ORIG (-1 / +1 lines)
Lines 58-64 Link Here
58
58
59
unsigned long cddb_discid(cd_trk_list * tl)
59
unsigned long cddb_discid(cd_trk_list * tl)
60
{
60
{
61
	int i, t, n = 0;
61
	unsigned int i, t, n = 0;
62
62
63
	for (i = tl->min; i <= tl->max; i++)
63
	for (i = tl->min; i <= tl->max; i++)
64
		n += cddb_sum(tl->starts[i - tl->min] + CD_MSF_OFFSET);
64
		n += cddb_sum(tl->starts[i - tl->min] + CD_MSF_OFFSET);

Return to bug 434528