From b2c44d8c961090c2773f3a98d12fcafc7f5c5b2b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 14 Mar 2016 17:56:37 +0100 Subject: Mostly optimisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/ztrunc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ztrunc.c') diff --git a/src/ztrunc.c b/src/ztrunc.c index 91d2a92..e1a330c 100644 --- a/src/ztrunc.c +++ b/src/ztrunc.c @@ -29,7 +29,5 @@ ztrunc(z_t a, z_t b, size_t bits) a->chars[a->used - 1] &= mask; } - TRIM(a); - if (!a->used) - SET_SIGNUM(a, 0); + TRIM_AND_ZERO(a); } -- cgit v1.2.3-70-g09d2