Skip to content

Commit ecc71a2

Browse files
committed
- Linux typo fixed
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2691 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 5d481d2 commit ecc71a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/runtime/corbaimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ RML_BEGIN_LABEL(Corba__initialize)
368368
server = new OmcCommunication_impl();
369369
oid = poa->activate_object(server);
370370
ref = poa->id_to_reference (oid.in());
371-
objref_file << /tmp/openmodelica." << user << ".objid";
371+
objref_file << "/tmp/openmodelica." << user << ".objid";
372372
}
373373

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

0 commit comments

Comments
 (0)