We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
elemXml may be undefined on this line since the loop prior to it terminates on it being nullptr:
elemXml
nullptr
https://github.com/osrf/sdformat/blob/85ebd9ba6774d1cdc89f9f03ab98da4d43267442/src/parser.cc#L1502
The text was updated successfully, but these errors were encountered:
Yeah, I think we should be using _sdf->LineNumber() instead.
_sdf->LineNumber()
Sorry, something went wrong.
aaronchongth
Successfully merging a pull request may close this issue.
elemXml
may be undefined on this line since the loop prior to it terminates on it beingnullptr
:https://github.com/osrf/sdformat/blob/85ebd9ba6774d1cdc89f9f03ab98da4d43267442/src/parser.cc#L1502
The text was updated successfully, but these errors were encountered: