- actually "unsigned long" is wrong, too. It should be "size_t" and
authorMichael Schroeder <mls@suse.de>
Wed, 5 Nov 2008 13:46:27 +0000 (13:46 +0000)
committerMichael Schroeder <mls@suse.de>
Wed, 5 Nov 2008 13:46:27 +0000 (13:46 +0000)
commitf41acbdf08531db1bad1064091efaf199f00a453
tree2c35ac1d5b74c0080b8290ec969bcbe0d665eab8
parentd4a38c4b2394d728afd0344f5b03b173123278ef
- actually "unsigned long" is wrong, too. It should be "size_t" and
  "%z". But I don't see why the arithmetics have to be 64bit, going
  the other way instead by casting to "int".
src/pool.c
src/repo_helix.c
src/repo_solv.c
src/solver.c
tools/repo_rpmdb.c
tools/repo_rpmmd.c