Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chuck Atkins
KWSys
Commits
188ec132
Commit
188ec132
authored
Jan 23, 2006
by
Ken Martin
Browse files
ENH: by Bill make sure path is unix style
parent
67f71d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
SystemTools.cxx
View file @
188ec132
...
...
@@ -2389,6 +2389,7 @@ kwsys_stl::string SystemTools::CollapseFullPath(const char* in_path,
SystemTools
::
CheckTranslationPath
(
newPath
);
#ifdef _WIN32
newPath
=
SystemTools
::
GetActualCaseForPath
(
newPath
.
c_str
());
SystemTools
::
ConvertToUnixSlashes
(
newPath
);
#endif
// Return the reconstructed path.
return
newPath
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment