summaryrefslogtreecommitdiff
path: root/set_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'set_str.c')
-rw-r--r--set_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_str.c b/set_str.c
index b97081765..ef98e58d9 100644
--- a/set_str.c
+++ b/set_str.c
@@ -93,7 +93,7 @@ mpfr_set_str (x, str, base, rnd_mode)
fprintf(stderr, "Warning: exponent underflow in mpfr_set_str\n");
}
else if (l) {
- fprintf(stderr, "Unexpected end of string in mpfr_set_str: %s\n", str);
+ /* unexpected end of string */
return -1;
}
else {