summaryrefslogtreecommitdiff
path: root/Make.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'Make.lpr')
-rw-r--r--Make.lpr8
1 files changed, 4 insertions, 4 deletions
diff --git a/Make.lpr b/Make.lpr
index 8f6ef4e..493a830 100644
--- a/Make.lpr
+++ b/Make.lpr
@@ -64,11 +64,11 @@ begin
mach:=tMach.create(md,pd,hasOption('w','warten'));
- gibAus('originale Regeln: '+inttostr(mach.anzOriAbh)+', originale Dateien: '+inttostr(mach.anzDats),3);
+ gibAus('originale Regeln: '+intToStr(mach.anzOriAbh)+', originale Dateien: '+intToStr(mach.anzDats),3);
mach.erzeugeRegeln;
- gibAus('Regeln: '+inttostr(mach.anzMglAbh)+', Dateien: '+inttostr(mach.anzDats),3);
+ gibAus('Regeln: '+intToStr(mach.anzMglAbh)+', Dateien: '+intToStr(mach.anzDats),3);
mach.findeWasZuTunIst;
- gibAus('anzuwendende Regeln: '+inttostr(mach.anzMglAbh),3);
+ gibAus('anzuwendende Regeln: '+intToStr(mach.anzMglAbh),3);
mach.tueWasZuTunIst(hasOption('u','unsicher'),getOptionValue('A','Ausgabe'));
terminate;
@@ -77,7 +77,7 @@ end;
constructor tMake.create(theOwner: tComponent);
begin
inherited create(theOwner);
- stopOnException:=True;
+ stopOnException:=true;
end;
var