diff options
author | Erich Eckner <git@eckner.net> | 2019-10-28 14:50:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-28 14:50:54 +0100 |
commit | 87439f28a3a0b9a482e3072a95319cbdf3afa1b9 (patch) | |
tree | 915851827925501fc3d80c2a6fb5e692353fe951 | |
parent | 263032e8907c17f38ce0b23d99f72333d903bbc4 (diff) | |
download | epost-87439f28a3a0b9a482e3072a95319cbdf3afa1b9.tar.xz |
epostunit.pas: bugfix
-rw-r--r-- | epostunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas index 44b6427..c1013f2 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -4356,7 +4356,7 @@ begin rundeAuf2:=true; continue; end; - if senkrecht then begin + if not senkrecht then begin if istDasBefehl('tMin:',s,bekannteBefehle,true) or istDasBefehl('yMin:',s,bekannteBefehle,true) then begin tMin:=round(quelle.kont2disk('t',quelle.exprToFloat(sT,s))); continue; |