diff options
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 4665a48..22898ad 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -436,7 +436,7 @@ const char *cmSystemTools::ConvertToWindowsSlashes(std::string& path) return path.c_str(); } -// convert Unix slashes / to Windows slashes \ and cleanup double \\ +// convert Unix slashes to Windows slashes and cleanup double slashes const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path) { cmSystemTools::ConvertToWindowsSlashes(path); |