1
0
Fork 0

initialize variable

This commit is contained in:
Jan Steemann 2014-11-13 10:36:35 +01:00
parent 0d9071e037
commit bb86006926
1 changed files with 1 additions and 1 deletions

View File

@ -3635,7 +3635,7 @@ AqlItemBlock* GatherBlock::getSome (size_t atLeast, size_t atMost) {
// the non-simple case . . .
size_t available = 0; // nr of available rows
size_t index; // an index of a non-empty buffer
size_t index = 0; // an index of a non-empty buffer
// pull more blocks from dependencies . . .
for (size_t i = 0; i < _dependencies.size(); i++) {