From 39549f43875b9c9765fe40553e59a85f3ecfc79f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 2 Dec 2003 21:52:03 +0000 Subject: [PATCH] comment --- stepmania/src/RageUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index db6b1c790c..442f5c6dee 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -506,6 +506,7 @@ CString DerefRedir(const CString &path) return path2; } +/* XXX: This can be used to read one line from any file; rename it. */ CString GetRedirContents(const CString &path) { RageFile file(path);