]> sourceware.org Git - glibc.git/commitdiff
(main): The output was missing a newline.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Oct 2000 17:03:01 +0000 (17:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Oct 2000 17:03:01 +0000 (17:03 +0000)
io/pwd.c

index 006f1d306f01487494057137fda5b28261cc8abf..21f4e5154181d6abc9c83a616f05c7dc27002e4d 100644 (file)
--- a/io/pwd.c
+++ b/io/pwd.c
@@ -35,7 +35,7 @@ main (void)
     perror ("getcwd");
   else
     {
-      fputs_unlocked (dir, stdout);
+      puts (dir);
       free (dir);
     }
 
This page took 0.044773 seconds and 5 git commands to generate.