diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 7e7b4521cf..f37cd31a55 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -1339,8 +1339,8 @@ CString FixSlashes( CString sPath ) * ../foo -> ../foo * ../../foo -> ../../foo * ./foo -> foo (if bRemoveLeadingDot), ./foo (if !bRemoveLeadingDot) - * ./ -> . - * ./// -> . + * ./ -> ./ + * ./// -> ./ */ void CollapsePath( CString &sPath, bool bRemoveLeadingDot )