mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
parent
09083b8992
commit
5c0704eec8
5 changed files with 69 additions and 14 deletions
|
@ -223,7 +223,7 @@ bool LogWriterAscii::DoWrite(int num_fields, const LogField* const * fields,
|
|||
return false;
|
||||
}
|
||||
|
||||
desc.Add("\n");
|
||||
desc.AddRaw("\n", 1);
|
||||
|
||||
if ( fwrite(desc.Bytes(), desc.Len(), 1, file) != 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue