Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
grammaright committed Apr 17, 2024
1 parent 054e320 commit 314fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/copy_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ namespace duckdb

for (idx_t i = 0; i < input.size(); i++)
{
array_gstate.cur_idx++;
array_gstate.buf[array_gstate.cur_idx] = vector[i];
array_gstate.cur_idx++;
}
}

Expand Down

0 comments on commit 314fc52

Please sign in to comment.