Looks like a copy & paste problem to me. Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxx> --- lib/ext2fs/progress.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/ext2fs/progress.c b/lib/ext2fs/progress.c index 5ad2a45..ec4f553 100644 --- a/lib/ext2fs/progress.c +++ b/lib/ext2fs/progress.c @@ -40,7 +40,7 @@ void ext2fs_numeric_progress_init(ext2_filsys fs, memset(spaces, ' ', sizeof(spaces)-1); spaces[sizeof(spaces)-1] = 0; memset(backspaces, '\b', sizeof(backspaces)-1); - spaces[sizeof(backspaces)-1] = 0; + backspaces[sizeof(backspaces)-1] = 0; progress->skip_progress = 0; if (getenv("E2FSPROGS_SKIP_PROGRESS")) progress->skip_progress++; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html