diff options
author | Erich Eckner <git@eckner.net> | 2015-12-04 18:03:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-12-04 18:03:04 +0100 |
commit | 133271ff23e01094e17c64d54044ce1661e6b9b7 (patch) | |
tree | 7ccf1c8eadfb4d4a5d61df34a27aa7e9213988f8 /popunit.pas | |
parent | 5c9d129d47071475e4a71362d1f0bbd5a8e463dd (diff) | |
download | units-133271ff23e01094e17c64d54044ce1661e6b9b7.tar.xz |
popunit.pas: ExitCode->ExitStatus
Diffstat (limited to 'popunit.pas')
-rw-r--r-- | popunit.pas | 2 |
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; |