cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
223 stars 10 forks source link

Possible issue with non-matching entries in accurip db #24

Closed kode54 closed 3 years ago

kode54 commented 3 years ago

https://github.com/cyanreg/cyanrip/blob/3835ecfcf93747fc753d99bd2734d822d7cda0a3/src/accurip.c#L190

This appears it should be skipping entry_size - (tell() % entry_size)

cyanreg commented 3 years ago

Nice catch, thanks.