diff options
Diffstat (limited to 'trans/random.c')
-rw-r--r-- | trans/random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/random.c b/trans/random.c index dae2ff4b..f48cea53 100644 --- a/trans/random.c +++ b/trans/random.c @@ -17,7 +17,7 @@ #include <argp.h> #include <argz.h> -#include <assert.h> +#include <assert-backtrace.h> #include <error.h> #include <fcntl.h> #include <gcrypt.h> @@ -252,7 +252,7 @@ gather_thread (void *args) + (float) random () / (float) RAND_MAX))); } - assert (! "reached"); + assert_backtrace (! "reached"); } error_t |