mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
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:
parent
f052ced5c3
commit
55665c6713
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user