diff options
Diffstat (limited to 'src/utils/assert.h')
-rw-r--r-- | src/utils/assert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/assert.h b/src/utils/assert.h index 5ea5002a8..d68f683a6 100644 --- a/src/utils/assert.h +++ b/src/utils/assert.h @@ -40,6 +40,7 @@ void assertion_failure(const char* expr_str, do { \ if(static_cast<bool>(ptr) == false) \ Botan::assertion_failure(#ptr " is not null", \ + "", \ BOTAN_ASSERT_FUNCTION, \ __FILE__, \ __LINE__); \ |