[jsbsim] fix IvyInit

This commit is contained in:
Felix Ruess
2014-12-05 19:20:44 +01:00
parent 3a48f5e62f
commit d687161c75
+2 -1
View File
@@ -154,7 +154,8 @@ int main ( int argc, char** argv) {
static void ivy_transport_init(void) {
IvyInit ("Paparazzi jsbsim " + AC_ID, "READY", NULL, NULL, NULL, NULL);
const char* agent_name = AIRFRAME_NAME"_JSBSIM";
IvyInit(agent_name, "READY", NULL, NULL, NULL, NULL);
IvyStart(ivyBus.c_str());
}