mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
DataSeries updates and fixes.
This commit is contained in:
parent
c91563fe75
commit
a0575158ef
10 changed files with 169 additions and 173 deletions
|
@ -267,4 +267,9 @@ string WriterBackend::Render(const threading::Value::subnet_t& subnet) const
|
|||
return s;
|
||||
}
|
||||
|
||||
|
||||
string WriterBackend::Render(double d) const
|
||||
{
|
||||
char buf[256];
|
||||
modp_dtoa(d, buf, 6);
|
||||
return buf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue