Skip to content
Snippets Groups Projects
Commit a77032a8 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Fixed processed datums return (need it to purge them out after )

parent 121e01a2
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ static size_t s_chain_callback_datums_pool_proc(dap_chain_t * a_chain, dap_chain
dap_chain_datum_t * l_datum = a_datums[i];
s_chain_callback_atom_add(a_chain, l_datum );
}
return 0;
return a_datums_count;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment