From: iceman1001 Date: Mon, 25 Jan 2016 19:32:24 +0000 (+0100) Subject: REM: commented out a reference to radixsort, which I'vent gotten to work. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c9f8bc53c4ae0c1b8c5a153e160e3bdd430e5d04 REM: commented out a reference to radixsort, which I'vent gotten to work. --- diff --git a/client/mifarehost.c b/client/mifarehost.c index 0987e1f2..57afd203 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -14,7 +14,7 @@ #include #include "mifarehost.h" #include "proxmark3.h" -#include "radixsort.h" +//#include "radixsort.h" // MIFARE int compar_int(const void * a, const void * b) {