mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +02:00
* Fix wrong raise statement. Fixes issue #40889
This commit is contained in:
parent
276618563c
commit
43660084b6
@ -67,7 +67,7 @@ begin
|
||||
'W':
|
||||
Result := eawW;
|
||||
else
|
||||
raise EArgumentException('Unknown east asian width: ''' + S + '''');
|
||||
raise EArgumentException.Create('Unknown east asian width: ''' + S + '''');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user