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

Array Access Bug in ArrayToString1 #19

Open
majestyhao opened this issue Jun 9, 2016 · 1 comment
Open

Array Access Bug in ArrayToString1 #19

majestyhao opened this issue Jun 9, 2016 · 1 comment

Comments

@majestyhao
Copy link

In ArrayToString1
String[] array = new String[1];
array[1] = imei;

I think the second line should be

array[0] = imei;

@JulianSchuette
Copy link
Contributor

Duplicate of #23 . There is a pull request: #25

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

No branches or pull requests

2 participants