summaryrefslogtreecommitdiff
path: root/epost.lpr
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-03-08 11:15:05 +0100
committerErich Eckner <git@eckner.net>2016-03-08 15:47:01 +0100
commit63997bb9543eaeea60552cae9fd55964f4ed7682 (patch)
tree90bde894ab771e368ce6c6a019b181b23dd0002b /epost.lpr
parentcb694b029790243d93885293349cde99430506e7 (diff)
downloadepost-63997bb9543eaeea60552cae9fd55964f4ed7682.tar.xz
gemeinsamer Vorfahr von tKontur und tWerte
Diffstat (limited to 'epost.lpr')
-rw-r--r--epost.lpr4
1 files changed, 2 insertions, 2 deletions
diff --git a/epost.lpr b/epost.lpr
index 987ed21..98cd281 100644
--- a/epost.lpr
+++ b/epost.lpr
@@ -443,7 +443,7 @@ begin
end;
if startetMit('lösche Kontur ',s) then begin
while s<>'' do begin
- j:=findeKontur(erstesArgument(s),nil,@Konturen,false);
+ j:=findeKontur(erstesArgument(s),nil,@Wertes,@Konturen,false);
if j<0 then begin
aufraeumen;
halt(1);
@@ -461,7 +461,7 @@ begin
halt(1);
end;
if startetMit('Kontur',s) then begin
- i:=findeKontur(s,inf,@Konturen,true);
+ i:=findeKontur(s,inf,@Wertes,@Konturen,true);
if (i>=0) and Konturen[i].Init(syntaxtest,inf,@wertes,maxthreads) then continue;
aufraeumen;
halt(1);