Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure WalkResult has default values.
Since ReadingGrid::walk() may return an empty WalkResult if there are no spans, it's important that no fields contain indeterminate values. After this change, a local "WalkResult x;" declaration will result in all of x's scalar fields to be 0.
- Loading branch information