Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 - fixed #2808


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Sep 8, 2014
1 parent 23d4ef9 commit 5e5591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -3077,7 +3077,7 @@ template functionZeroCrossing(list<ZeroCrossing> zeroCrossings, list<SimEqSystem
let &varDecls2 = buffer ""
let zeroCrossingsCode = zeroCrossingsTpl(zeroCrossings, &varDecls2, &auxFunction)

let resDesc = (zeroCrossings |> ZERO_CROSSING(__) => '"<%ExpressionDump.printExpStr(relation_)%>"'
let resDesc = (zeroCrossings |> ZERO_CROSSING(__) => '"<%Util.escapeModelicaStringToCString(ExpressionDump.printExpStr(relation_))%>"'
;separator=",\n")

let desc = match zeroCrossings
Expand Down

0 comments on commit 5e5591c

Please sign in to comment.