On Tue, Aug 09, 2005 at 11:11:15PM +0200, Miernik wrote:
> Package: e2fsprogs
> Version: 1.38-1
> Severity: minor
> 
> Please look at the output of running mkfs.ext3 with badblocks check

Thanks for pointing this out.  This will be fixed in the next release,
with the following patch.

                                                - Ted

# HG changeset patch
# User [EMAIL PROTECTED]
# Node ID 57fe4c0c75b4379f363e9559740bc02a1a197209
# Parent  892782b13179b5f7474ec65cd751ecf4caa5416f
Fix display bug in badblocks -w

Add extra spaces when printing the "done" message to clear out the
block number to fix a display corruption when the -s option is used to
display the progress of the test.  (Addresses Debian Bug #322231)

Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]>

diff -r 892782b13179 -r 57fe4c0c75b4 misc/ChangeLog
--- a/misc/ChangeLog    Sun Sep 11 01:51:20 2005
+++ b/misc/ChangeLog    Sat Sep 24 22:28:00 2005
@@ -1,3 +1,10 @@
+2005-09-24  Theodore Ts'o  <[EMAIL PROTECTED]>
+
+       * badblocks.c: Add extra spaces when printing the "done" message
+               to clear out the block number to fix a display corruption
+               when the -s option is used to display the progress of the
+               test.  (Addresses Debian Bug #322231)
+
 2005-07-05  Theodore Ts'o  <[EMAIL PROTECTED]>
 
        * tune2fs.c, mke2fs.c: Allow fractional percentages when
diff -r 892782b13179 -r 57fe4c0c75b4 misc/badblocks.c
--- a/misc/badblocks.c  Sun Sep 11 01:51:20 2005
+++ b/misc/badblocks.c  Sat Sep 24 22:28:00 2005
@@ -57,7 +57,7 @@
 #include "nls-enable.h"
 
 const char * program_name = "badblocks";
-const char * done_string = N_("done                        \n");
+const char * done_string = N_("done                             \n");
 
 static int v_flag = 0;                 /* verbose */
 static int w_flag = 0;                 /* do r/w test: 0=no, 1=yes,


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to