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

p_char = strchr((char *)(p_char), ','); is wrong #35

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 7 comments
Closed

p_char = strchr((char *)(p_char), ','); is wrong #35

GoogleCodeExporter opened this issue Mar 20, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link


The value is coming twice from battery and gps

 p_char = strchr((char *)(p_char), ',');

should be

 p_char = strchr((char *)(p_char1), ',');



Original issue reported on code.google.com by ashwanis...@gmail.com on 5 Jul 2012 at 11:26

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Thank you very much for support!

Original comment by martines...@gmail.com on 5 Jul 2012 at 6:05

@GoogleCodeExporter
Copy link
Author

Hi, the gps.getPar function send me wrong result too, but the code seems to be 
correct (in according to post #1). Values are coming twice too or are wrong.

For example, i get : 

<longitude><longitude><latitude>

instead of 

<longitude>

Have you any ideas to fix it ? i tried some code modification already.

Original comment by valerian...@gmail.com on 27 Jul 2012 at 6:37

@GoogleCodeExporter
Copy link
Author

It should be fixed now. Thanks for help.

Original comment by martines...@gmail.com on 18 Aug 2012 at 6:04

@GoogleCodeExporter
Copy link
Author

Original comment by martines...@gmail.com on 11 Dec 2012 at 5:01

  • Changed state: Done

@GoogleCodeExporter
Copy link
Author

This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant