summaryrefslogtreecommitdiff
path: root/out_str.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 09:40:02 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 09:40:02 +0000
commite541a0e318b9cd4508b5ff3c4e408108ae10a9af (patch)
tree1f52636f1e521b41f9de60dfe390501767dbcfbd /out_str.c
parent78cb4a339a18ccdd50e5bd64ea20a666d61f4ecc (diff)
downloadmpfr-e541a0e318b9cd4508b5ff3c4e408108ae10a9af.tar.gz
removed french comment
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1500 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'out_str.c')
-rw-r--r--out_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/out_str.c b/out_str.c
index 10cd19287..cebeb8fe9 100644
--- a/out_str.c
+++ b/out_str.c
@@ -72,7 +72,7 @@ mpfr_out_str (stream, base, n_digits, op, rnd_mode)
if (!MPFR_NOTZERO(op)) { fprintf(stream, "0"); return 1; }
s = mpfr_get_str (NULL, &e, base, n_digits, op, rnd_mode);
- /* TODO: maintenir le code pour les infinis dans get_str ? */
+
s0 = s;
/* for op=3.1416 we have s = "31416" and e = 1 */