LCL: fixed writing widestrings

git-svn-id: trunk@12090 -
This commit is contained in:
mattias 2007-09-20 14:04:53 +00:00
parent daa0f22d74
commit 04488cbea6

View File

@ -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