https://bugzilla.novell.com/show_bug.cgi?id=709585 https://bugzilla.novell.com/show_bug.cgi?id=709585#c0 Summary: home:hennichodernich/cdinfo: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Minor Priority: P5 - None Component: 3rd party software AssignedTo: hnch@gmx.net ReportedBy: kdevel@vogtner.de QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Field Engineer Blocker: --- cdinfo on LP64 systems reports disk ID with leading "ffffffff". Patch: --- cdinfo.c 2011-08-01 16:23:20.798651637 +0200 +++ cdinfo.c 2011-08-01 16:48:57.932287791 +0200 @@ -399,7 +399,7 @@ unsigned long cddb_discid() { - int i,t,n=0; + long i,t,n=0; for (i = 1; i <= toc_header[1]; i++) { n += cddb_sum(toc[i]->cdte_addr.msf.minute * 60 + -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.