[Gmp-commit] /var/hg/gmp: Fix typo in previous change.

mercurial at gmplib.org mercurial at gmplib.org
Wed Dec 5 13:22:50 CET 2012


details:   /var/hg/gmp/rev/bb71fe32ad47
changeset: 15158:bb71fe32ad47
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Dec 05 13:22:43 2012 +0100
description:
Fix typo in previous change.

diffstat:

 tests/tests.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c52440b68a97 -r bb71fe32ad47 tests/tests.h
--- a/tests/tests.h	Wed Dec 05 11:11:33 2012 +0100
+++ b/tests/tests.h	Wed Dec 05 13:22:43 2012 +0100
@@ -424,7 +424,7 @@
   envval = getenv ("GMP_CHECK_REPFACTOR");				\
   if (envval != NULL)							\
     {									\
-      repfactor = strtod (envval, &end, 0);				\
+      repfactor = strtod (envval, &end);				\
       if (*end || repfactor <= 0)					\
 	{								\
 	  fprintf (stderr, "Invalid repfactor: %ld.\n", repfactor);	\


More information about the gmp-commit mailing list