Changes between Version 2 and Version 3 of Ticket #18623


Ignore:
Timestamp:
Oct 7, 2023, 10:00:37 PM (7 months ago)
Author:
bipolar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18623 – Description

    v2 v3  
    3838{{{
    3939diff --git a/src/bin/df.cpp b/src/bin/df.cpp
    40 index c0fce748..6dd73e97 100644
     40index c0fce748..9ae0ca4b 100644
    4141--- a/src/bin/df.cpp
    4242+++ b/src/bin/df.cpp
     
    4646                printf("   Mounted at: %s\n", mount);
    4747-       else {
    48 +       else
    49                 printf("%-17s ", mount);
     48-               printf("%-17s ", mount);
    5049-               if (strlen(mount) > 17)
    5150-                       printf("\n%17s ", "");
    5251-       }
     52+       else
     53+               printf("%s ", mount);
    5354 }
    5455