diff options
Diffstat (limited to 'set_error.c')
-rw-r--r-- | set_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_error.c b/set_error.c index fa65141..38617c7 100644 --- a/set_error.c +++ b/set_error.c @@ -33,7 +33,7 @@ liberror_set_error(const char description[256], const char source[64], const cha stpcpy(error->source, source); stpcpy(error->code_group, code_group); error->code = code; - liberror_save_backtrace_(error); + liberror_save_backtrace(error); error->cause = cause; error->failed_to_allocate_cause = have_cause && !cause; } |