Whamcloud - gitweb
logsave: Don't send the ^A and ^B delimiters to the console
authorTheodore Ts'o <tytso@mit.edu>
Mon, 29 Jun 2009 18:58:07 +0000 (14:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Jun 2009 19:09:29 +0000 (15:09 -0400)
commit427f95f87939e62b9903453a6b38b7f11c11d4c8
tree668ff65f15b510f2641ccd36d278fa916e43f158
parentfa9e841b44ba847cbd3e855d389ccaa255092f77
logsave: Don't send the ^A and ^B delimiters to the console

Some terminal programs may print wierd characters when they see the
\001 or \002 characters.  So filter them out if the -s option
(skip_mode) is enabled.

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