[Gmp-commit] /var/hg/gmp: Fix typo in last change.
mercurial at gmplib.org
mercurial at gmplib.org
Sun Sep 13 07:28:40 UTC 2015
details: /var/hg/gmp/rev/7b920a186f15
changeset: 16828:7b920a186f15
user: Torbjorn Granlund <torbjorng at google.com>
date: Sun Sep 13 09:28:30 2015 +0200
description:
Fix typo in last change.
diffstat:
tests/mpf/t-cmp_si.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2e3521b69f42 -r 7b920a186f15 tests/mpf/t-cmp_si.c
--- a/tests/mpf/t-cmp_si.c Sat Sep 12 11:54:55 2015 +0200
+++ b/tests/mpf/t-cmp_si.c Sun Sep 13 09:28:30 2015 +0200
@@ -82,7 +82,7 @@
int got;
int i;
- mpf_init (a, 128);
+ mpf_init2 (a, 128);
mpz_init (bz);
for (i = 0; i < numberof (data); i++)
{
More information about the gmp-commit
mailing list