Set local variable s to empty string at entry of transform_cp437_to_UTF8 function

git-svn-id: trunk@20772 -
This commit is contained in:
pierre 2012-04-09 21:54:19 +00:00
parent f052ced5c3
commit 55665c6713

View File

@ -633,7 +633,7 @@ var
converted : WideChar;
s : WideString;
begin
transform_cp437_to_UTF8 := '';
s := '';
for i:=1 to length(st) do
begin
c:=st[i];