mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix ambiguous ODesc::Add() call
This commit is contained in:
parent
61b44a9c63
commit
9798c4b763
1 changed files with 1 additions and 1 deletions
|
@ -2911,7 +2911,7 @@ void RecordVal::Describe(ODesc* d) const
|
|||
{
|
||||
record_type->Describe(d);
|
||||
d->SP();
|
||||
d->Add(n);
|
||||
d->Add(static_cast<uint64_t>(n));
|
||||
d->SP();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue