Skip to content

Commit ee2a6d8

Browse files
committed
256
1 parent cfc7713 commit ee2a6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/unexpand/src/unexpand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ fn unexpand_file(
595595
}
596596

597597
fn unexpand(options: &Options) -> UResult<()> {
598-
let mut buf = [0u8; 8 * 1024];
598+
let mut buf = [0u8; 256];
599599
let mut output = BufWriter::new(stdout());
600600
let tab_config = &options.tab_config;
601601
let lastcol = if tab_config.tabstops.len() > 1

0 commit comments

Comments
 (0)