summaryrefslogtreecommitdiff
path: root/tests/tui_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tui_pow.c')
-rw-r--r--tests/tui_pow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tui_pow.c b/tests/tui_pow.c
index 99aebef56..4546e676c 100644
--- a/tests/tui_pow.c
+++ b/tests/tui_pow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_pow and mpfr_ui_pow_ui.
-Copyright 2001, 2002, 2003, 2004 Free Software Foundation.
+Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
@@ -221,7 +221,7 @@ main (int argc, char *argv[])
int nt;
nt = randlimb () & INT_MAX;
mpfr_random (x);
- rnd = RND_RAND ();
+ rnd = (mp_rnd_t) RND_RAND ();
check1 (x, prec, nt, rnd);
}
}