]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: fix htree command so that all printf's go through the pager
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 Oct 2012 08:54:20 +0000 (04:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Oct 2012 08:54:20 +0000 (04:54 -0400)
commite6575ce308da5218c271b9bb034aa73b5da834bf
tree56e58ce29e4fc8015c0786711f72e87c561437d8
parentdd0c9a3c9cfdd250bfac283da05fd8920c823977
debugfs: fix htree command so that all printf's go through the pager

The "Reading directory block XXX..." message was not being sent
through the pager, which would result in confusing output.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/htree.c