From c9f8bc53c4ae0c1b8c5a153e160e3bdd430e5d04 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 25 Jan 2016 20:32:24 +0100 Subject: [PATCH] REM: commented out a reference to radixsort, which I'vent gotten to work. --- client/mifarehost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mifarehost.c b/client/mifarehost.c index 0987e1f2f..57afd2034 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) {