mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
fix...
This commit is contained in:
parent
b734fe5e18
commit
982ece97c6
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ bool endsWith (char* base, char* str) {
|
||||||
int CmdScriptList(const char *Cmd) {
|
int CmdScriptList(const char *Cmd) {
|
||||||
|
|
||||||
char const * exedir = get_my_executable_directory();
|
char const * exedir = get_my_executable_directory();
|
||||||
strcpy(script_directory_path, get_my_executable_directory());
|
|
||||||
if (exedir == NULL)
|
if (exedir == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
char script_directory_path[strlen(exedir) + strlen(LUA_SCRIPTS_DIRECTORY) + 1];
|
char script_directory_path[strlen(exedir) + strlen(LUA_SCRIPTS_DIRECTORY) + 1];
|
||||||
|
|
Loading…
Reference in a new issue