Skip to content

Commit

Permalink
Compile the conversion of a pointList to a bstring correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMertes committed Feb 3, 2024
1 parent 9e9d615 commit 191763c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/comp/drw_act.s7i
Original file line number Diff line number Diff line change
Expand Up @@ -1432,9 +1432,7 @@ const proc: process (PLT_BSTRING, in reference: function,
in ref_list: params, inout expr_type: c_expr) is func

begin
c_expr.expr &:= "(";
process_expr(params[1], c_expr);
c_expr.expr &:= ")";
end func;


Expand Down

0 comments on commit 191763c

Please sign in to comment.