mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
mark fixme item -- use char for delimiter
This commit is contained in:
parent
a549589682
commit
a53dcba6d3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ struct Options {
|
|||
|
||||
enum Delimiter {
|
||||
Whitespace,
|
||||
String(String), // one char long, String because of UTF8 representation
|
||||
String(String), // FIXME: use char?
|
||||
}
|
||||
|
||||
struct FieldOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue