Skip to content

Conversation

@Krong
Copy link

@Krong Krong commented Jul 26, 2015

last char in last part was skipped

last char in last part was skipped
@hoanghuynhman
Copy link

that's right. please fix it.

@herrxyz
Copy link

herrxyz commented Feb 28, 2017

just remove the "-1" from for(int i = 0; i<data.length()-1; i++)
or replace with following
for(int i = 0; i<data.length(); i++)
worked for me, even if I think it will move 1 char too far

edit: you already sent in a working solution, did'nt see it

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