mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Tiny bugfix for returning writer name.
This commit is contained in:
parent
b3155b7b4b
commit
3fcece44cb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ WriterFrontend::~WriterFrontend()
|
|||
|
||||
string WriterFrontend::Name() const
|
||||
{
|
||||
if ( info.path.size() )
|
||||
if ( ! info.path.size() )
|
||||
return ty_name;
|
||||
|
||||
return ty_name + "/" + info.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue