0
0
mirror of https://github.com/yse/easy_profiler.git synced 2025-01-14 00:27:55 +08:00

Silly mistake

This commit is contained in:
Victor Zarubkin 2016-08-06 14:48:01 +03:00
parent 27ec6aee7e
commit 7366defa63

View File

@ -238,7 +238,7 @@ extern "C"{
::profiler::BlocksTree tree;
tree.node = new ::profiler::SerilizedBlock(sz, data);
tree.block_index = ++blocks_counter;
tree.block_index = blocks_counter++;
if (::profiler::BLOCK_TYPE_THREAD_SIGN == baseData->getType())
{