From dff816fb3a6d593c0feccc1de1c4d6aa62f4a208 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 5 Dec 2012 13:22:43 +0100 Subject: Fix typo in previous change. --- tests/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.h b/tests/tests.h index 3a031cb14..f306cf068 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -424,7 +424,7 @@ istringstream : public std::istrstream { 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); \ -- cgit v1.2.1