mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +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));
|
||||
end;
|
||||
|
||||
procedure WriteWideString(const s: String);
|
||||
procedure WriteWideString(const s: WideString);
|
||||
begin
|
||||
WriteLRSInteger(Output,Length(s));
|
||||
if Length(s) > 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user