1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

expand: flush output buffer

This commit is contained in:
muskuloes 2019-10-20 10:33:09 +02:00 committed by muskuloes
parent f44e5465b8
commit fb8f3ebf96

View file

@ -244,6 +244,7 @@ fn expand(options: Options) {
}
}
safe_unwrap!(output.flush());
byte += nbytes; // advance the pointer
}