Seg fault!

This commit is contained in:
Your Name
2025-04-30 19:31:50 +12:00
parent 47d64a1a0d
commit 87ab33dce9
11 changed files with 84 additions and 89 deletions

View File

@ -162,7 +162,7 @@ namespace remotepath {
// ------------------------------------------------------------------------------------------
// Utility functions
std::string get_parent(std::string path)
std::string get_parent(const std::string &path)
{
if (path.empty())
return std::string();