mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
change vector assignment operator and remove unnecessary argument (expr)
This commit is contained in:
parent
a2556642e6
commit
8f259f866d
15 changed files with 63 additions and 69 deletions
|
@ -856,7 +856,7 @@ const char* CompositeHash::RecoverOneVal(const HashKey* k, const char* kp0,
|
|||
if ( have_val )
|
||||
kp1 = RecoverOneVal(k, kp1, k_end, vt->YieldType(), value,
|
||||
false);
|
||||
vv->Assign(index, value, 0);
|
||||
vv->Assign(index, value);
|
||||
}
|
||||
|
||||
pval = vv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue