aboutsummaryrefslogtreecommitdiffstats
path: root/llabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'llabs.c')
-rw-r--r--llabs.c2
1 files changed, 1 insertions, 1 deletions
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
}