Skip to content
Snippets Groups Projects
Commit 7545c48f authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

forgot to add another change to make it in sync with 0.43+ branch where...

forgot to add another change to make it in sync with 0.43+ branch where real-time is default behavior.
parent a13a6d60
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,7 @@ void sys_loadpreferences( void)
sys_hipriority = 0;
else
#ifdef UNIX
sys_hipriority = !geteuid();
sys_hipriority = 1; //!geteuid();
#else
#ifdef MSW
sys_hipriority = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment