From 3731ca19d28e0c1bac3ef02cb2770fd98eaf1e46 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 8 Nov 2018 01:16:27 +0100 Subject: [PATCH] chg: 'hf mf fchk' - filename --- client/cmdhfmf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 8f7004d66..7cdd44af1 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1621,12 +1621,12 @@ out: FILE *fkeys = fopen(fptr,"wb"); if (fkeys == NULL) { - PrintAndLogEx(WARNING, "Could not create file %s", filename); + PrintAndLogEx(WARNING, "Could not create file %s", fptr); free(keyBlock); free(e_sector); return 1; } - PrintAndLogEx(NORMAL, "Printing keys to binary file %s...", filename); + PrintAndLogEx(NORMAL, "Printing keys to binary file %s...", fptr); for (i=0; i 0xffffffffffff has been inserted for unknown keys.", fptr); } free(keyBlock);