The big NULL replacement party part 6.
...and ', NULL' had even more to replace.
This commit is contained in:
@@ -105,7 +105,7 @@ RageSoundReader_FileReader *RageSoundReader_FileReader::OpenFile( RString filena
|
||||
if( pFile->GetFileSize() < 1024*50 )
|
||||
{
|
||||
RageFileObjMem *pMem = new RageFileObjMem;
|
||||
bool bRet = FileCopy( *pFile, *pMem, error, NULL );
|
||||
bool bRet = FileCopy( *pFile, *pMem, error, nullptr );
|
||||
if( !bRet )
|
||||
{
|
||||
delete pMem;
|
||||
|
||||
Reference in New Issue
Block a user