mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-01 06:47:17 +01:00
Update Shared.cpp
This commit is contained in:
@@ -955,11 +955,11 @@ struct SqAssertResult
|
|||||||
// Default?
|
// Default?
|
||||||
if (s.mLen <= 0)
|
if (s.mLen <= 0)
|
||||||
{
|
{
|
||||||
LogScs(fmt::format(mFStr, mA, mB).c_str());
|
LogScs("%s", fmt::format(mFStr, mA, mB).c_str());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogScs(fmt::format(s.ToStr(), mA, mB).c_str());
|
LogScs("%s", fmt::format(s.ToStr(), mA, mB).c_str());
|
||||||
}
|
}
|
||||||
// Allow chaining
|
// Allow chaining
|
||||||
return *this;
|
return *this;
|
||||||
|
|||||||
Reference in New Issue
Block a user