mirror of https://gitee.com/bigwinds/arangodb
Fix bug in array legendung.
This commit is contained in:
parent
0bf6ad1189
commit
1ab7aa6c7c
|
@ -227,8 +227,7 @@ int JsonLegend::addShape (TRI_shape_sid_t sid,
|
|||
= reinterpret_cast<TRI_shape_aid_t const*>
|
||||
(sids + (shape_spec->_fixedEntries + shape_spec->_variableEntries));
|
||||
TRI_shape_size_t const* offsets
|
||||
= reinterpret_cast<TRI_shape_size_t const*>
|
||||
(aids + (shape_spec->_fixedEntries + shape_spec->_variableEntries));
|
||||
= reinterpret_cast<TRI_shape_size_t const*>(data);
|
||||
uint64_t i;
|
||||
for (i = 0; res == TRI_ERROR_NO_ERROR &&
|
||||
i < shape_spec->_fixedEntries + shape_spec->_variableEntries;
|
||||
|
|
Loading…
Reference in New Issue