-
Notifications
You must be signed in to change notification settings - Fork 459
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
Param name new name in the form "hostname:port/proto" is not right in FGOutputSocket::SetOutputName #882
Comments
Okay, so what you're pointing out is that when parsing the input parameter
But when then generating the model name,
|
yes, |
Okay and looking at the code that calls
jsbsim/src/input_output/FGOutputSocket.cpp Lines 115 to 122 in 92fa1ea
So the model name I see the comment in the header file is incorrect, it has swapped So we should update the comment in the header file and updated the Do you want to submit a pull request (PR) or do you want me to go ahead and generate a pull request? |
I guess you can submit the PR @seanmcleod. |
Describe the issue
FGOutputSocket.cpp
param name new name in the form "hostname:port/proto" is not right
but "hostname:proto/port" is right?
The text was updated successfully, but these errors were encountered: