Skip to content

Commit

Permalink
Fix issue with da6b0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianferguson committed Jul 24, 2024
1 parent da6b0a2 commit 6b9cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void RmNullCRTInvalidParameterHandler(const wchar_t* expression, const wchar_t*
{

#ifdef _DEBUG
if (*function && *file)
if (function && file)
{
LogErrorF(L"Invalid parameter detected. Function: \"%s\" File: \"%s:%d\" Expression: \"%s\"", function, file, line, expression);
return;
Expand Down

0 comments on commit 6b9cb8d

Please sign in to comment.