mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12: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…
Reference in a new issue