From 4482113a9478a86a216cba6856b3323dcf9af085 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 2 Feb 2011 12:29:37 +0100 Subject: [PATCH] save card dumps with .mfd extension --- nfc-card-dumper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfc-card-dumper.pl b/nfc-card-dumper.pl index b1e780a..d4a0e7f 100755 --- a/nfc-card-dumper.pl +++ b/nfc-card-dumper.pl @@ -96,7 +96,7 @@ if ($r->init()) { } my $md5 = md5_hex($card); - my $out_file = "cards/$uid.$md5"; + my $out_file = "cards/$uid.$md5.mfd"; if ( -e $out_file ) { warn "$out_file allready exists, not overwriting\n"; } else { -- 2.20.1