Reacted on warning of Debian buildd

This commit is contained in:
Thomas Schmitt 2012-04-04 18:38:39 +00:00
parent 564ccc36f5
commit 31a4d2c1e1
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.04.04.100754"
#define Cdrskin_timestamP "2012.04.04.183902"

View File

@ -312,7 +312,8 @@ unsigned int rfl32(unsigned int acc)
*/
static unsigned int crc_18001801b(unsigned char *data, int count, int flag)
{
long int acc = 0, i, top;
unsigned long int acc = 0, top;
long int i;
unsigned int inv_acc;
for (i = 0; i < count * 8 + 32; i++) {