Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix off-by-one error in BaseDataProvider
We already copy the first element to the first position in the array. If we start from zero again, we loose the first image, and pull one more element than actually needed.
- Loading branch information