diff options
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epostunit.pas b/epostunit.pas index 934e926..ee920ec 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -6951,9 +6951,9 @@ begin try stExecute; except - on E: exception do begin - dumpExceptionCallStack(E); - raisedException:=E; + on e: exception do begin + dumpExceptionCallStack(e); + raisedException:=e; end; end; fertig:=true; |