fix comment
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user