From c8351a42521b8baef3feaaf68e31421957ff03e1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 4 Nov 2003 18:28:45 +0000 Subject: [PATCH] '/' -> SLASH[0] --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index a3d38a5bf4..bc385663a1 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -1577,7 +1577,7 @@ CString Song::GetMusicPath() const { /* If there's no path in the music file, the file is in the same directory * as the song. (This is the preferred configuration.) */ - if( m_sMusicFile.Find('/') == -1) + if( m_sMusicFile.Find(SLASH[0]) == -1) return m_sSongDir+m_sMusicFile; /* The file has a path. If it was loaded from the m_DWIPath, it's relative