diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-22 10:10:07 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-06-22 10:10:07 -0400 |
| commit | c836c5ca1f14fa629a82e02ea74fb681a7c94e6b (patch) | |
| tree | e03be0b3b510ca489814308b81ab6388787abd3f /src/DynamicLink.cpp | |
| parent | d419a25be33193058347290d01eeffbf7ad57715 (diff) | |
Use FALSE macro in asserts, remove JUT_PANIC macro
Diffstat (limited to 'src/DynamicLink.cpp')
| -rw-r--r-- | src/DynamicLink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp index 8eb1a18c..1a572c59 100644 --- a/src/DynamicLink.cpp +++ b/src/DynamicLink.cpp @@ -407,7 +407,7 @@ BOOL DynamicModuleControl::do_link() { } } } else { - JUT_ASSERT(724, 0); + JUT_ASSERT(724, FALSE); } OSGetTime(); sAllocBytes = sAllocBytes + getModuleSize(); |
