mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* adapted to new fpc behaviour
git-svn-id: trunk@5872 -
This commit is contained in:
parent
f45a5e2961
commit
ace48bcdf0
@ -57,7 +57,7 @@ begin
|
||||
i:= ii(wii);
|
||||
i.Show;
|
||||
except //excepts
|
||||
on EAccessViolation do WriteLn('Access Violation');
|
||||
on EInvalidCast do WriteLn('Invalid Cast');
|
||||
else
|
||||
WriteLn('Problem');
|
||||
halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user