[*] Amend assertions
This commit is contained in:
parent
df301a4101
commit
687d1aaf06
@ -134,7 +134,7 @@
|
||||
#define SysAssertExp(tru, ...) \
|
||||
do \
|
||||
{ \
|
||||
SysAssertFileExpEx(__FILE__, __LINE__, __FUNCTION__, _AUKCON_STRINGIFY_X(tru), tru, ## __VA_ARGS__); \
|
||||
SysAssertFileExpEx(__FILE__, __LINE__, __FUNCTION__, _AUKCON_STRINGIFY_X(tru), static_cast<bool>(tru), ## __VA_ARGS__); \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user