mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
bad char
This commit is contained in:
parent
b05ccae642
commit
ca0c662c22
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ int main(int argc, char *const argv[]) {
|
|||
|
||||
char filter_filename2[40];
|
||||
uint32_t filter_keycount2 = 0;
|
||||
snprintf(filter_filename2, sizeof(filter_filename2), "keys_%08x_%02iu_%08x_filtered.dic", uid2, sector2, nt2);
|
||||
snprintf(filter_filename2, sizeof(filter_filename2), "keys_%08x_%02u_%08x_filtered.dic", uid2, sector2, nt2);
|
||||
|
||||
fptr = fopen(filter_filename2, "w");
|
||||
if (fptr != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue