lazreport - Revert part of rev 37448 #f1c82d9a6d. Fixes issue #22451

git-svn-id: trunk@38647 -
This commit is contained in:
blikblum 2012-09-14 01:32:44 +00:00
parent 96aae02bd8
commit eeacb41a25

View File

@ -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];
'-':