-
Notifications
You must be signed in to change notification settings - Fork 41
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
Decoding string fails #4
Comments
Feel free to make a pull request |
I would love too, and I already have final version with all fixes and refac
but I don't have permission to your repository
…On Mon, Apr 30, 2018 at 5:21 PM, Daniel Cardenas ***@***.***> wrote:
Feel free to make a pull request
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKed82vBIUq9jYZ0oUkLetIY1_FOCYjoks5ttx4FgaJpZM4TjHxJ>
.
|
You dont need to. You can fork it and send make a pull request from there. |
Create fork. Then push your changes to the fork and make a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in FindHiddenTextInWave you initialize msgText with empty string and then trying to write into it by accessing nonexesting element. You have to change string msgText to vector msgText, and fix pus_backs respectively.
The text was updated successfully, but these errors were encountered: