*** empty log message ***
This commit is contained in:
parent
9800e3febc
commit
ab748ed13e
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ std::string expand_path(const std::string& path)
|
|||
return result;
|
||||
}
|
||||
|
||||
inline std::string resolve_path(const std::string& path) {
|
||||
std::string resolve_path(const std::string& path)
|
||||
{
|
||||
if (path[0] == '~')
|
||||
return expand_path(path);
|
||||
return path;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue