mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:11:45 +02:00
* Fix typo
This commit is contained in:
parent
7edf9b3884
commit
4bddf12657
@ -24,7 +24,7 @@
|
||||
unique : Boolean;
|
||||
begin
|
||||
InternalChangeCase := S;
|
||||
if Length(InternalChangeCase) then
|
||||
if Length(InternalChangeCase)=0 then
|
||||
exit;
|
||||
unique := false;
|
||||
p := PWideChar(InternalChangeCase);
|
||||
|
Loading…
Reference in New Issue
Block a user