* Fix typo

This commit is contained in:
Michael VAN CANNEYT 2023-01-07 12:48:22 +01:00 committed by Michaël Van Canneyt
parent 7edf9b3884
commit 4bddf12657

View File

@ -24,7 +24,7 @@
unique : Boolean;
begin
InternalChangeCase := S;
if Length(InternalChangeCase) then
if Length(InternalChangeCase)=0 then
exit;
unique := false;
p := PWideChar(InternalChangeCase);