From 453379053b67d0debad18c5818a445b23582ee4d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 2 Aug 2017 18:31:33 +0200 Subject: [PATCH] Test --- crypto777/iguana_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto777/iguana_utils.c b/crypto777/iguana_utils.c index 5b0ce5743..3968f50ea 100755 --- a/crypto777/iguana_utils.c +++ b/crypto777/iguana_utils.c @@ -609,7 +609,7 @@ int32_t revsort64s(uint64_t *buf,uint32_t num,int32_t size) int32_t revsort32(uint32_t *buf,uint32_t num,int32_t size) { - qsort(buf,num,size,_decreasing_uint32); + heapsort(buf,num,size,_decreasing_uint32); return(0); }