mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Update src/uu/split/src/split.rs
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
5a75905476
commit
f322f72c34
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ fn split(settings: &Settings) -> i32 {
|
|||
let mut filename = settings.prefix.clone();
|
||||
filename.push_str(
|
||||
if settings.numeric_suffix {
|
||||
num_prefix(fileno, settings.suffix_length)
|
||||
num_prefix(fileno, settings.suffix_length)
|
||||
} else {
|
||||
str_prefix(fileno, settings.suffix_length)
|
||||
}.as_ref(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue