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 step search range #60

Merged
merged 1 commit into from
Apr 24, 2017
Merged

Fixed step search range #60

merged 1 commit into from
Apr 24, 2017

Conversation

vladoun
Copy link
Contributor

@vladoun vladoun commented Apr 13, 2017

Fixed step search range for steps that include characters like "÷" so the NSRegularExpression does not fail with NSRangeException. The original code gives a range out of the step string length as characters like "÷" counts with more bytes.

Fixed step search range for steps that include characters like "÷" so the NSRegularExpression does not fail with NSRangeException.
@brentleyjones
Copy link
Collaborator

Just ran into this as well.

@brentleyjones brentleyjones changed the base branch from master to develop April 24, 2017 20:36
@brentleyjones
Copy link
Collaborator

Thank you @vladoun for your contribution!

@brentleyjones brentleyjones merged commit a561938 into Ahmed-Ali:develop Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants