fix link
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
#include "RageLog.h"
|
||||
#include "RageFile.h"
|
||||
#include "RageUtil.h"
|
||||
#include "RageUtil_FileDB.h"
|
||||
#include "RageFileManager.h"
|
||||
|
||||
CString InitialWorkingDirectory = ".";
|
||||
CString DirOfExecutable = ".";
|
||||
|
||||
void CreateBinaryTestFile( FILE *out, int size )
|
||||
{
|
||||
char c = 0;
|
||||
@@ -228,11 +232,11 @@ void TestSeek( bool relative )
|
||||
|
||||
int main()
|
||||
{
|
||||
FILEMAN = new RageFileManager;
|
||||
|
||||
LOG = new RageLog();
|
||||
LOG->ShowLogOutput( true );
|
||||
LOG->SetFlushing( true );
|
||||
|
||||
FILEMAN = new RageFileManager;
|
||||
|
||||
/* Create a binary file to test with. */
|
||||
CreateBinaryTestFile( "test.1", 4096 );
|
||||
|
||||
Reference in New Issue
Block a user