git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@7 83fadc84-e282-4d84...
authorMatt1360 <matt@reenigne.net>
Wed, 13 Feb 2008 03:43:08 +0000 (03:43 +0000)
committerMatt1360 <matt@reenigne.net>
Wed, 13 Feb 2008 03:43:08 +0000 (03:43 +0000)
src/RageFileManager.cpp

index 1fd5f16..7eeea61 100755 (executable)
@@ -450,7 +450,7 @@ void RageFileManager::Mount( CString Type, CString Root, CString MountPoint, boo
 
        if( MountPoint.Left(1) != "/" )
                MountPoint = "/" + MountPoint;
-       ASSERT( Root != "" );
+//     ASSERT( Root != "" );
 
        CHECKPOINT_M( ssprintf("\"%s\", \"%s\", \"%s\"",
                Type.c_str(), Root.c_str(), MountPoint.c_str() ) );