]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add some casts for clarification
authorMichael Schroeder <mls@suse.de>
Wed, 5 Jun 2019 13:19:28 +0000 (15:19 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 5 Jun 2019 13:19:28 +0000 (15:19 +0200)
commit3e698b6fbb5534bf727ef807e09766d82b465906
tree590c4d20d1b5d2c3a2453f11a52fe122b12280d2
parent333675f96bc30b6247769ba409a1092f9ab3132a
Add some casts for clarification

The rpm database id is a num, thus unsigned. But it gets stored into
an id array.
src/repo.c