mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 00:58:17 +02:00
LCL: forgot to back result for mswindows in ConsoleToUTF8.
git-svn-id: trunk@26588 -
This commit is contained in:
parent
f589a58cfb
commit
ce3c87f83f
@ -95,6 +95,7 @@ begin
|
||||
else
|
||||
Result := s;
|
||||
FreeMem(Dst);
|
||||
Result := SysToUTF8(Result);
|
||||
{$else}
|
||||
Result := SysToUTF8(S);
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user