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

(-)mcdp-0.3j/cddev.c (-1 / +1 lines)
Lines 14-20 Link Here
14
/* GLOBAL */
14
/* GLOBAL */
15
/* look at the specs, should do, what they want :) */
15
/* look at the specs, should do, what they want :) */
16
unsigned cd_discid(struct mcdp *cd) {
16
unsigned cd_discid(struct mcdp *cd) {
17
 static unsigned cd_cddbsum(register int n) {
17
 unsigned cd_cddbsum(register int n) {
18
  register unsigned int ret=0;
18
  register unsigned int ret=0;
19
  while (n>0) {
19
  while (n>0) {
20
   ret += (n%10); n /= 10;
20
   ret += (n%10); n /= 10;

Return to bug 145885