aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-28 18:34:08 +0000
committerlloyd <[email protected]>2011-12-28 18:34:08 +0000
commit95e64ed92bb663705bca57ca4d5fa6dde703ed98 (patch)
tree85229c296e74c01a6f96041656ad02450e279a99
parent353c24912b7a5e93c8d8572b7410624691d3377d (diff)
Fix
-rw-r--r--src/utils/assert.h1
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__); \