Michael VAN CANNEYT hace 2 años
padre
commit
4bddf12657
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/inc/isotmp.inc

+ 1 - 1
rtl/inc/isotmp.inc

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