From ab748ed13ed87369e2e4ed5a617b5de12750fda6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 17 Mar 2006 01:25:39 +0000 Subject: *** empty log message *** --- config.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.cc') diff --git a/config.cc b/config.cc index 35c42137..a1ba6496 100644 --- a/config.cc +++ b/config.cc @@ -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; -- cgit v1.2.3