Skip to content

Commit 65508f4

Browse files
author
Peter Aronsson
committed
Fixed rounding in ExternalLibraries.mos using floor and echo.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1971 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a7a8e7c commit 65508f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/runtime/systemimpl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ RML_BEGIN_LABEL(System__system_5fcall)
458458
{
459459
char* str = RML_STRINGDATA(rmlA0);
460460
int ret_val;
461-
printf("calling: %s\n",str);
462461
ret_val = system(str);
463462

464463
rmlA0 = (void*) mk_icon(ret_val);

0 commit comments

Comments
 (0)