mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
fixed path error
This commit is contained in:
parent
41bdfce385
commit
efdf64f738
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ bool ParamLoadFromJson(struct tlvdb *tlv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// current path + file name
|
// current path + file name
|
||||||
const char *relfname = "emv/defparams.json";
|
const char *relfname = "emv\defparams.json";
|
||||||
char fname[strlen(get_my_executable_directory()) + strlen(relfname) + 1];
|
char fname[strlen(get_my_executable_directory()) + strlen(relfname) + 1];
|
||||||
strcpy(fname, get_my_executable_directory());
|
strcpy(fname, get_my_executable_directory());
|
||||||
strcat(fname, relfname);
|
strcat(fname, relfname);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue