Browse Source

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

git-svn-id: trunk@20772 -
pierre 13 years ago
parent
commit
55665c6713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/unix/video.pp

+ 1 - 1
rtl/unix/video.pp

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