mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 13:12:45 +02:00
lazreport - Revert part of rev 37448 #f1c82d9a6d. Fixes issue #22451
git-svn-id: trunk@38647 -
This commit is contained in:
parent
96aae02bd8
commit
eeacb41a25
@ -109,7 +109,7 @@ begin
|
||||
j := i;
|
||||
case s[i] of
|
||||
'+':
|
||||
nm[st - 2] := nm[st - 2] + nm[st - 1]; //SumOrConcat(nm[st - 2], nm[st - 1]);
|
||||
nm[st - 2] := SumOrConcat(nm[st - 2], nm[st - 1]);
|
||||
ttOr:
|
||||
nm[st - 2] := nm[st - 2] or nm[st - 1];
|
||||
'-':
|
||||
|
Loading…
Reference in New Issue
Block a user