mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
unsetenv -> qunsetenv (thanks @libin-ka)
This commit is contained in:
parent
076372425c
commit
ab749f3d29
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ extern "C" void InitGraphics(int argc, char **argv, char *script_cmds_file, char
|
|||
if (getenv("DISPLAY") == NULL)
|
||||
return;
|
||||
#endif
|
||||
unsetenv("SESSION_MANAGER");
|
||||
qunsetenv("SESSION_MANAGER");
|
||||
main_loop_thread = new WorkerThread(script_cmds_file, script_cmd, stayInCommandLoop);
|
||||
gui = new ProxGuiQT(argc, argv, main_loop_thread);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue