From 1a6d7967ad18d850c034d84ae89cc91dfcfb523a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Jun 2000 20:58:06 +0000 Subject: Make sparc64 GLIBC_2.2+ only. 2000-06-29 Jakub Jelinek * shlib-versions: Make sparc64 GLIBC_2.2+ only. --- stdio-common/tst-printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/tst-printf.c') diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 0d40e29..8dccd3f 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -188,7 +188,7 @@ I am ready for my first lesson today."; printf ("%#03x\n", 1); - printf ("something really insane: %.10000f", 1.0); + printf ("something really insane: %.10000f\n", 1.0); { double d = FLT_MIN; -- cgit v1.1