fix comment

This commit is contained in:
Glenn Maynard
2005-08-29 04:45:59 +00:00
parent bf8ef93ac2
commit f32bb07bdb
+2 -2
View File
@@ -1339,8 +1339,8 @@ CString FixSlashes( CString sPath )
* ../foo -> ../foo * ../foo -> ../foo
* ../../foo -> ../../foo * ../../foo -> ../../foo
* ./foo -> foo (if bRemoveLeadingDot), ./foo (if !bRemoveLeadingDot) * ./foo -> foo (if bRemoveLeadingDot), ./foo (if !bRemoveLeadingDot)
* ./ -> . * ./ -> ./
* ./// -> . * ./// -> ./
*/ */
void CollapsePath( CString &sPath, bool bRemoveLeadingDot ) void CollapsePath( CString &sPath, bool bRemoveLeadingDot )