diff options
-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; |