projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e071681
)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@7 83fadc84-e282-4d84...
author
Matt1360
<matt@reenigne.net>
Wed, 13 Feb 2008 03:43:08 +0000
(
03:43
+0000)
committer
Matt1360
<matt@reenigne.net>
Wed, 13 Feb 2008 03:43:08 +0000
(
03:43
+0000)
src/RageFileManager.cpp
patch
|
blob
|
history
diff --git
a/src/RageFileManager.cpp
b/src/RageFileManager.cpp
index
1fd5f16
..
7eeea61
100755
(executable)
--- a/
src/RageFileManager.cpp
+++ b/
src/RageFileManager.cpp
@@
-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() ) );