]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(rm): Combine adjacent fputc and fprintf.
authorJim Meyering <jim@meyering.net>
Thu, 18 May 2000 21:10:55 +0000 (21:10 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 May 2000 21:10:55 +0000 (21:10 +0000)
src/remove.c

index 6920cfd92365a99b4237e16bc712c0f5bd62e585..b49294cf12c30635de6b17939de3f4d9d5dc05ed 100644 (file)
@@ -857,8 +857,7 @@ This almost certainly means that you have a corrupted file system.\n\
 NOTIFY YOUR SYSTEM MANAGER.\n\
 The following two directories have the same inode number:\n"));
          print_nth_dir (stderr, old_ent->depth);
-         fputc ('\n', stderr);
-         fprintf (stderr, "%s\n", full_filename (fs->filename));
+         fprintf (stderr, "\n%s\n", full_filename (fs->filename));
          fflush (stderr);
 
          if (x->interactive)