summaryrefslogtreecommitdiff
path: root/gl/tests/test-rand-isaac.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/test-rand-isaac.c')
-rw-r--r--gl/tests/test-rand-isaac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-rand-isaac.c b/gl/tests/test-rand-isaac.c
index 03b004c4f..90acb4acc 100644
--- a/gl/tests/test-rand-isaac.c
+++ b/gl/tests/test-rand-isaac.c
@@ -594,7 +594,7 @@ main (int argc, char **argv)
/* If invoked with a positive argument, run a benchmark;
if with a negative, run a do-nothing benchmark. */
- for (iterations = argc <= 1 ? 0 : strtol (argv[1], 10, NULL);
+ for (iterations = argc <= 1 ? 0 : strtol (argv[1], NULL, 10);
iterations != 0;
iterations += (iterations < 0 ? 1 : -1))
if (0 <= iterations)