Home
last modified time | relevance | path

Searched refs:pathWithSep (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DPanoDetector.cpp69 std::string pathWithSep(path); in includeTrailingPathSep() local
71 if(pathWithSep[pathWithSep.length()-1]!='\\' || pathWithSep[pathWithSep.length()-1]!='/') in includeTrailingPathSep()
73 pathWithSep.append("\\"); in includeTrailingPathSep()
76 if(pathWithSep[pathWithSep.length()-1]!='/') in includeTrailingPathSep()
78 pathWithSep.append("/"); in includeTrailingPathSep()
81 return pathWithSep; in includeTrailingPathSep()