From 9d8f56e35d83e7691f6b018b01342419b7e0360b Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Thu, 28 Feb 2013 22:49:34 +0000 Subject: [PATCH] fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part4 --- client/proxmark3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index 7226d3ae..ae4ad7c0 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -198,9 +198,6 @@ static void *main_loop(void *targ) { int main(int argc, char* argv[]) { srand(time(0)); - printf("lala: %08"llx"",(uint64_t)0xaabb11223344); - return 0; - if (argc < 2) { printf("syntax: %s \n\n",argv[0]); return 1; -- 2.39.2