mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
mark fixme item -- use char for delimiter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user