The big NULL replacement party part 3.
Getting there I think.
This commit is contained in:
@@ -150,7 +150,7 @@ RageFileBasic *RageFileDriverMem::Open( const RString &sPath, int mode, int &err
|
||||
if( pFile == nullptr )
|
||||
{
|
||||
err = ENOENT;
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return new RageFileObjMem( pFile );
|
||||
|
||||
Reference in New Issue
Block a user