Skip to content

Commit

Permalink
- fixed Windows compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13434 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 17, 2012
1 parent ed6827b commit 744dcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/corbaimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int CorbaImpl__initialize()
"ORBNoResolve",
"-ORBIIOPAddr",
"inet:127.0.0.1:0" /*, "-ORBDebugLevel", "10", "-ORBIIOPBlocking" */
}
};
#endif

string omc_client_request_event_name = "omc_client_request_event";
Expand Down Expand Up @@ -218,7 +218,7 @@ Please stop or kill the other OMC process first!\nOpenModelica OMC will now exit
InitializeCriticalSection(&lock);
InitializeCriticalSection(&clientlock);

char **argv = construct_dummy_args(argc, dummyArgv);
char **argv = construct_dummy_args(argc, args);
#if defined(USE_OMNIORB)
orb = CORBA::ORB_init(argc, argv, "omniORB4");
#else
Expand Down

0 comments on commit 744dcef

Please sign in to comment.