[Gmp-commit] /var/hg/gmp: mini-gmp/tests/t-signed.c: -typo
mercurial at gmplib.org
mercurial at gmplib.org
Thu Dec 1 05:19:07 UTC 2016
details: /var/hg/gmp/rev/de0d04455a6e
changeset: 17149:de0d04455a6e
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Dec 01 06:18:57 2016 +0100
description:
mini-gmp/tests/t-signed.c: -typo
diffstat:
mini-gmp/tests/t-signed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 357e407e286d -r de0d04455a6e mini-gmp/tests/t-signed.c
--- a/mini-gmp/tests/t-signed.c Wed Nov 30 23:18:55 2016 +0100
+++ b/mini-gmp/tests/t-signed.c Thu Dec 01 06:18:57 2016 +0100
@@ -85,7 +85,7 @@
}
if (mpz_cmp_si (sz, -c) != c)
{
- printf ("mpz_cmp_si (sz, %ld) != %i.\n", -c, c);
+ printf ("mpz_cmp_si (sz, %i) != %i.\n", -c, c);
goto fail;
}
}
More information about the gmp-commit
mailing list