*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 29 Jun 2002 13:08:16 +0000 (13:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jun 2002 13:08:16 +0000 (13:08 +0000)
old/fileutils/ChangeLog

index f4b062df1660a2b81bce5de7a15b8c29a34b8904..0b34ff847251a6e9276cc82ecc1a3cdbb5af9803 100644 (file)
@@ -2,6 +2,12 @@
 
        * Version 4.1.10.
 
+       * src/stat.c (print_statfs): Use `fputc ('*', stdout)'
+       instead of the combination of strcat and printf.
+       (print_statfs) [!FLASK_LINUX]: Print `*' for %S and %C,
+       rather than `S' and `C'.
+       (print_stat) [!FLASK_LINUX]: Likewise.
+
        * src/remove.c (AD_mark_current_as_unremovable): Replace dead
        code with an assertion.