mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 13:49:32 +02:00
LazUtils: commented out stray writeln, which was causing crashes on Windows after r64345 #865e21e88f
git-svn-id: trunk@64350 -
This commit is contained in:
parent
d8fdfb832d
commit
3d552017f1
@ -3409,7 +3409,7 @@ begin
|
||||
begin
|
||||
if (P1^ > #191) or (P2^ > #191) then // Multi-byte encoding.
|
||||
begin
|
||||
WriteLn('UTF8CompareText: Calling WideCompareText for "'+S1+'" <> "'+S2+'"');
|
||||
//WriteLn('UTF8CompareText: Calling WideCompareText for "'+S1+'" <> "'+S2+'"');
|
||||
Exit(WideCompareText(UTF8ToUTF16(S1),UTF8ToUTF16(S2)));
|
||||
end;
|
||||
Chr1 := P1^;
|
||||
|
Loading…
Reference in New Issue
Block a user