mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +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 {
|
enum Delimiter {
|
||||||
Whitespace,
|
Whitespace,
|
||||||
String(String), // one char long, String because of UTF8 representation
|
String(String), // FIXME: use char?
|
||||||
}
|
}
|
||||||
|
|
||||||
struct FieldOptions {
|
struct FieldOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue