From f32bb07bdb34940d8fb6ec0f3392107907f5de9f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 29 Aug 2005 04:45:59 +0000 Subject: [PATCH] fix comment --- stepmania/src/RageUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )