mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 14:50:32 +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;
|
converted : WideChar;
|
||||||
s : WideString;
|
s : WideString;
|
||||||
begin
|
begin
|
||||||
transform_cp437_to_UTF8 := '';
|
s := '';
|
||||||
for i:=1 to length(st) do
|
for i:=1 to length(st) do
|
||||||
begin
|
begin
|
||||||
c:=st[i];
|
c:=st[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user