chiark / gitweb /
basic/strv: use existing qsort_safe() helper
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 10 Jul 2017 18:55:14 +0000 (14:55 -0400)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:48:11 +0000 (09:48 +0200)
commita185a2fe0710e5ed943f7786119a3a0f4473b844
tree7ab476781bb10e808cc8134fa1e6d8f2f7b53e6f
parent0fc8360418f57dfa65f6c2c340a6dd4889985673
basic/strv: use existing qsort_safe() helper

strv_sort() predates qsort_safe(), but we can convert it to it to
save a few lines.
src/basic/strv.c