mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
LCL: fixed writing widestrings
git-svn-id: trunk@12090 -
This commit is contained in:
parent
daa0f22d74
commit
04488cbea6
@ -2317,7 +2317,7 @@ var
|
|||||||
Output.Write(s[1], Length(s));
|
Output.Write(s[1], Length(s));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure WriteWideString(const s: String);
|
procedure WriteWideString(const s: WideString);
|
||||||
begin
|
begin
|
||||||
WriteLRSInteger(Output,Length(s));
|
WriteLRSInteger(Output,Length(s));
|
||||||
if Length(s) > 0 then
|
if Length(s) > 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user