mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(ui): replace remaining NULLs with nullptr
This commit is contained in:
parent
d61f0faef1
commit
90403bfd29
7 changed files with 13 additions and 13 deletions
|
|
@ -407,7 +407,7 @@ int32_t FrameScript_ExecuteFile(const char* filePath, const char* a2, MD5_CTX* m
|
|||
void* fileBuffer;
|
||||
size_t fileBytes;
|
||||
|
||||
if (SFile::Load(0, v4, &fileBuffer, &fileBytes, 0, 1, NULL)) {
|
||||
if (SFile::Load(0, v4, &fileBuffer, &fileBytes, 0, 1, nullptr)) {
|
||||
if (md5) {
|
||||
MD5Update(md5, static_cast<unsigned char*>(fileBuffer), fileBytes);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue