mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-28 23:16:15 -04:00
newer standards prefer nullptr over NULL - this is most of them but there are others too
This commit is contained in:
@@ -124,7 +124,7 @@ int InputFileHandler::deleteFile(
|
||||
if (deleteHandleFlag && file)
|
||||
{
|
||||
delete file;
|
||||
file = NULL;
|
||||
file = nullptr;
|
||||
}
|
||||
return(unlink(filename));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user