aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index 7c78a3fbd8..0b2b6ef1ed 100644
--- a/bignum.c
+++ b/bignum.c
@@ -919,7 +919,7 @@ bary_pack(int sign, BDIGIT *ds, size_t num_bdigits, void *words, size_t numwords
sign = 0;
}
- if (nails == 0 && sign == 0) {
+ if (sign == 0) {
MEMZERO(words, unsigned char, numwords * wordsize);
return 0;
}