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

Fix bug introduced by PR #532 #559

Merged
merged 1 commit into from
Nov 21, 2019
Merged

Fix bug introduced by PR #532 #559

merged 1 commit into from
Nov 21, 2019

Conversation

rtownson
Copy link
Collaborator

Fix a bug that caused any of the characters in ".exe" found in an application name or input file to crash the run. This happened due to a mistaken use of find_last_of() instead of rfind() when searching for an extension on the application name.

This bug only made it into the develop branch for 1 day.

@rtownson rtownson added the bug label Nov 21, 2019
@rtownson rtownson self-assigned this Nov 21, 2019
Fix a bug that caused any egs++ application to crash immediately when
run. This happened due to a misuse of string method find_last_of instead
of method rfind to reverse-search for the ".exe" extension substring in
the application name.
@ftessier ftessier merged commit ef7eb30 into develop Nov 21, 2019
@ftessier ftessier deleted the fix-pr-532-bug branch November 21, 2019 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants