From d417419d1e652edcd77ea1e40b02d823429be2d4 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 31 Jul 2018 09:01:08 +0000 Subject: [tests/tversion.c] Updated comment about missing output from the first printf with i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine (issue not reproducible). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12969 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tversion.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tversion.c b/tests/tversion.c index 8f6c072e7..01f78cd5a 100644 --- a/tests/tversion.c +++ b/tests/tversion.c @@ -47,7 +47,8 @@ main (void) /*********************** MPFR version and patches ************************/ /* With i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine, - the following line is not output. Let's try to detect the error. */ + the following line was not output. This is not reproducible. Let's try + to detect the error in case this happens again. */ if (printf ("[tversion] MPFR %s\n", MPFR_VERSION_STRING) < 0) { perror ("tversion (first printf)"); -- cgit v1.2.1