(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 006f1d3..21f4e51 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);
     }