mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
and thinking about it, ascii-io doesn't need the separator
This commit is contained in:
parent
22f2fc009c
commit
86c724caa0
4 changed files with 6 additions and 8 deletions
|
@ -52,7 +52,7 @@ Ascii::Ascii(WriterFrontend* frontend) : WriterBackend(frontend)
|
|||
desc.EnableEscaping();
|
||||
desc.AddEscapeSequence(separator);
|
||||
|
||||
io = new AsciiInputOutput(this, separator, set_separator, unset_field, empty_field);
|
||||
io = new AsciiInputOutput(this, set_separator, unset_field, empty_field);
|
||||
}
|
||||
|
||||
Ascii::~Ascii()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue