We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377020b commit 7b416afCopy full SHA for 7b416af
src/buildblock/ProjDataInMemory.cxx
@@ -75,7 +75,7 @@ ProjDataInMemory::create_buffer(const bool initialise_with_0)
75
{
76
if (!initialise_with_0) {
77
this->buffer.set_initialise_with_zeros(false);
78
- this->buffer.grow(0, this->size_all());
+ this->buffer.grow(0, this->size_all() - 1);
79
return;
80
}
81
#if 0
0 commit comments