1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into agency

This commit is contained in:
Kaveh Vahedipour 2016-03-11 09:13:03 +01:00
commit a2956fde7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;