Some changes in FlippRServer

This commit is contained in:
Johannes Wendel
2019-07-12 08:41:08 +02:00
parent fb6d7ce9f3
commit b9bffd493d

View File

@@ -302,6 +302,7 @@ void FlippRServer::handle_help(const std::string& name, const std::string& value
stopOptionsProcessing(); stopOptionsProcessing();
help_requested = true; help_requested = true;
} }
std::string FlippRServer::get_runtime_dir() std::string FlippRServer::get_runtime_dir()
{ {
std::string runtime_dir = std::getenv("XDG_RUNTIME_DIR"); std::string runtime_dir = std::getenv("XDG_RUNTIME_DIR");