mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix missing terminating 0 in my_executable_directory (thanks @iceman1001).
fix warning about const used twice in get_my_executable_path() and get_my_executable_directory().
This commit is contained in:
parent
ebfb4447b8
commit
4a6bc37e70
2 changed files with 5 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
#define PROXPROMPT "proxmark3> "
|
||||
|
||||
void SendCommand(UsbCommand *c);
|
||||
const char const *get_my_executable_path(void);
|
||||
const char const *get_my_executable_directory(void);
|
||||
const char *get_my_executable_path(void);
|
||||
const char *get_my_executable_directory(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue