[Bug 709585] New: home:hennichodernich/cdinfo: Bug
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.
https://bugzilla.novell.com/show_bug.cgi?id=709585 https://bugzilla.novell.com/show_bug.cgi?id=709585#c1 --- Comment #1 from Stefan For Personal Use <kdevel@vogtner.de> 2011-08-07 12:02:59 UTC --- Can I change the summary? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=709585 https://bugzilla.novell.com/show_bug.cgi?id=709585#c2 Henning Paul <hnch@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #2 from Henning Paul <hnch@gmx.net> 2012-11-11 19:02:10 UTC --- Fixed. For whom it may concern. -- 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.
participants (1)
-
bugzilla_noreply@novell.com