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

Added quotation mark check in files::pathFromWindows #77

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

Exant64
Copy link
Contributor

@Exant64 Exant64 commented Jun 3, 2024

This PR checks if the path passed into pathFromWindows starts and ends with escaped quotation marks, and if yes, remove those from the string so that the rest of the parsing code runs correctly.
(This fixes an issue with SHC putting quotation marks around the path arguments passed into its sub-processes)

@encounter encounter merged commit bcc6eae into decompals:main Jul 23, 2024
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.

3 participants