Fix bug causing wrong disc ID being returned on 64bit systems.
authorSteve Youngs <steve@steveyoungs.com>
Wed, 22 Jun 2011 03:28:45 +0000 (13:28 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Wed, 22 Jun 2011 03:28:45 +0000 (13:28 +1000)
commit2cafc57852bfd1a465bedbc465ddb796a3e5ae77
tree0cccaade245c5a6421635d88b9dab69d2ed157e0
parent0f13dc1c8028ee751613e7d0dfa3feaa514277cf
Fix bug causing wrong disc ID being returned on 64bit systems.

* zdiscid.c (get_cddb_id): Change from unsigned long int to
unsigned int.  Prevents issues with 64bit systems.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
zdiscid.c