Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed incorrect variable usage #23

Merged
merged 1 commit into from
Feb 2, 2018
Merged

Conversation

NeilWBruce
Copy link
Contributor

When checking if the cell is null we have a loop to get going round to find the previous cell. If this doesn't find a cell it keeps checking for the next cell until get to 0 (the left most cell) but at the moment the check that we don't go beyond zero looks at the row count not the cell count.

One line of code change to fix this.

…he check for col remaining was looking at rows instead.
@VahidN
Copy link
Owner

VahidN commented Feb 2, 2018

Thank you.

@VahidN VahidN merged commit b174d57 into VahidN:master Feb 2, 2018
@lock
Copy link

lock bot commented Jan 18, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants