removed comment
This commit is contained in:
@@ -270,7 +270,6 @@ void FlippRServer::handle_help(const std::string& name, const std::string& value
|
||||
|
||||
std::string FlippRServer::get_runtime_dir()
|
||||
{
|
||||
//return DEFAULT_RUNTIME_DIR;
|
||||
return std::getenv("XDG_RUNTIME_DIR") ? std::string(std::getenv("XDG_RUNTIME_DIR")) + "/" : DEFAULT_RUNTIME_DIR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user