Skip to content

Commit

Permalink
- Linux typo fixed
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 8, 2007
1 parent 5d481d2 commit ecc71a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/corbaimpl.cpp
Expand Up @@ -368,7 +368,7 @@ RML_BEGIN_LABEL(Corba__initialize)
server = new OmcCommunication_impl();
oid = poa->activate_object(server);
ref = poa->id_to_reference (oid.in());
objref_file << /tmp/openmodelica." << user << ".objid";
objref_file << "/tmp/openmodelica." << user << ".objid";
}

str = orb->object_to_string (ref.in());
Expand Down

0 comments on commit ecc71a2

Please sign in to comment.