aboutsummaryrefslogtreecommitdiffstats
path: root/src/zabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabs.c')
-rw-r--r--src/zabs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zabs.c b/src/zabs.c
index 19611f0..6c7914b 100644
--- a/src/zabs.c
+++ b/src/zabs.c
@@ -5,7 +5,6 @@
void
zabs(z_t a, z_t b)
{
- if (a != b)
- zset(a, b);
+ SET(a, b);
SET_SIGNUM(a, !zzero(a));
}