summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-05 13:22:43 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-05 13:22:43 +0100
commitdff816fb3a6d593c0feccc1de1c4d6aa62f4a208 (patch)
tree34c10d6f5e057582a50104ddfc6ba707dbc37fde
parent63c319896467eba5e3187c36abdc4464d5a65dd4 (diff)
downloadgmp-dff816fb3a6d593c0feccc1de1c4d6aa62f4a208.tar.gz
Fix typo in previous change.
-rw-r--r--tests/tests.h2
1 files changed, 1 insertions, 1 deletions
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); \