Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37788153
en ru br
ALT Linux repos
S:1.2.5-alt2
5.0: 1.2.2-alt4
4.1: 1.2.2-alt2
4.0: 1.2.2-alt2
3.0: 1.1.9-alt0.8

Other repositories
Upstream:1.2.1

Group :: Archiving/Cd burning
RPM: cdrdao

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cdrdao-1.1.8-rh-cast.patch
Download


--- cdrdao-1.1.9/trackdb/lec.cc.cast	2004-03-05 21:46:39.000000000 +0100
+++ cdrdao-1.1.9/trackdb/lec.cc	2004-06-08 14:01:16.306661872 +0200
@@ -278,7 +278,7 @@
   u_int32_t crc = 0;
 
   while (len--) {
-    crc = CRCTABLE[(crc ^ *data++) & 0xff] ^ (crc >> 8);
+    crc = CRCTABLE[(int)(crc ^ *data++) & 0xff] ^ (crc >> 8);
   }
 
   return crc;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin