]> git.ipfire.org Git - location/libloc.git/commit
country: Fix comparison function
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Oct 2019 15:45:19 +0000 (15:45 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Oct 2019 15:54:50 +0000 (15:54 +0000)
commit191830dadd6e8528e3a62c9c2e2e22e72dd30248
tree3e9bd2da579ed79dbd8bdb9b758354fb180dd910
parent8bbddd9aed73d4cbb3385d4d325a1736939a3669
country: Fix comparison function

This return value was incorrect which caused that sorting
countries did not work and therefore could not been found
in the database any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/database.c