summaryrefslogtreecommitdiff
path: root/Make.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'Make.lpr')
-rw-r--r--Make.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.lpr b/Make.lpr
index 0574565..b0e6ff0 100644
--- a/Make.lpr
+++ b/Make.lpr
@@ -68,7 +68,7 @@ begin
mach.erzeugeRegeln;
gibAus('Regeln: '+inttostr(mach.anzMglAbh)+', Dateien: '+inttostr(mach.anzDats),3);
mach.findeWasZuTunIst;
- gibAus('anzuwendende Regeln: '+inttostr(mach.anzZtAbh),3);
+ gibAus('anzuwendende Regeln: '+inttostr(mach.anzMglAbh),3);
mach.tueWasZuTunIst(hasOption('a','alleSummenErneuern'),hasOption('u','unsicher'),getOptionValue('A','Ausgabe'));
terminate;