'/' -> SLASH[0]

This commit is contained in:
Glenn Maynard
2003-11-04 18:28:45 +00:00
parent 9c5b3a7da4
commit c8351a4252
+1 -1
View File
@@ -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