mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
Use std::system
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user