mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-23 19:12:14 +03:00
Use std::system
This commit is contained in:
parent
24b3ee547c
commit
783fbbd84d
@ -694,7 +694,7 @@ ServerApp::handleScreenSwitched(const Event& e, void*)
|
||||
cmd += info->m_screen;
|
||||
cmd += " &";
|
||||
|
||||
system(cmd.c_str());
|
||||
std::system(cmd.c_str());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user