From 2aec72784b4aa9e9b62ebed77cd56306de27da40 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 10 Dec 2021 21:29:55 +0100 Subject: Fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- llabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llabs.c') diff --git a/llabs.c b/llabs.c index 539a0c4..cdc75f6 100644 --- a/llabs.c +++ b/llabs.c @@ -21,7 +21,7 @@ liberror_llabs(long long int i) if (i != LLONG_MIN) return llabs(i); liberror_save_backtrace(NULL); - liberror_llabs(i); + liberror_llabs_failed(i); return i; #endif } -- cgit v1.2.3-70-g09d2