mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into agency
This commit is contained in:
commit
a2956fde7b
|
@ -78,7 +78,7 @@ class Buffer {
|
||||||
delete[] _buffer;
|
delete[] _buffer;
|
||||||
}
|
}
|
||||||
_buffer = buffer;
|
_buffer = buffer;
|
||||||
_alloc = that.pos;
|
_alloc = that._pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
_pos = that._pos;
|
_pos = that._pos;
|
||||||
|
|
Loading…
Reference in New Issue