summaryrefslogtreecommitdiff
path: root/popunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-12-04 18:03:04 +0100
committerErich Eckner <git@eckner.net>2015-12-04 18:03:04 +0100
commit133271ff23e01094e17c64d54044ce1661e6b9b7 (patch)
tree7ccf1c8eadfb4d4a5d61df34a27aa7e9213988f8 /popunit.pas
parent5c9d129d47071475e4a71362d1f0bbd5a8e463dd (diff)
downloadunits-133271ff23e01094e17c64d54044ce1661e6b9b7.tar.xz
popunit.pas: ExitCode->ExitStatus
Diffstat (limited to 'popunit.pas')
-rw-r--r--popunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/popunit.pas b/popunit.pas
index 337f915..cf66bee 100644
--- a/popunit.pas
+++ b/popunit.pas
@@ -161,7 +161,7 @@ begin
readString(pr);
pr.closeOutput;
- case pr.ExitCode of
+ case pr.exitStatus of
0: _marke:=mvGueltig;
else
_marke:=mvUngueltig;