Skip to content

Commit

Permalink
- fix format string
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24069 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jan 16, 2015
1 parent 1454ee1 commit 7cfec8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/perform_simulation.c
Expand Up @@ -131,7 +131,7 @@ int prefixedName_performSimulation(DATA* data, SOLVER_INFO* solverInfo)

#ifdef USE_DEBUG_TRACE
if(useStream[LOG_TRACE])
printf("TRACE: push loop step=%ld, time=%.12g\n", __currStepNo, solverInfo->currentTime);
printf("TRACE: push loop step=%u, time=%.12g\n", __currStepNo, solverInfo->currentTime);
#endif

omc_alloc_interface.collect_a_little();
Expand Down

0 comments on commit 7cfec8b

Please sign in to comment.