fix output

This commit is contained in:
Glenn Maynard
2004-06-06 22:51:27 +00:00
parent 02608c5e5a
commit 47a4d4d53f
+2
View File
@@ -97,6 +97,8 @@ RageFileDriverTest::RageFileDriverTest( CString root_ ):
RageFileDriver( new TestFilenameDB(root_) ),
root(root_)
{
if( root.Right(1) != "/" )
root += '/';
}