Browse Source

* Comitted too quickly

git-svn-id: trunk@2371 -
daniel 19 years ago
parent
commit
b53d90a328
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/unix/video.pp

+ 2 - 2
rtl/unix/video.pp

@@ -805,11 +805,11 @@ begin
             {Executed in case ttylinux is false (i.e. no vcsa), but
             {Executed in case ttylinux is false (i.e. no vcsa), but
              TERM=linux.}
              TERM=linux.}
             {Enable the VGA character set (codepage 437,850,....)}
             {Enable the VGA character set (codepage 437,850,....)}
-            fpwrite(stdoutputhandle,@font_vga,7);
+            fpwrite(stdoutputhandle,font_vga,7);
           end
           end
         else
         else
           {No VGA font :( }
           {No VGA font :( }
-          fpwrite(stdoutputhandle,@font_custom,3);
+          fpwrite(stdoutputhandle,font_custom,3);
         { running on a remote terminal, no error with /dev/vcsa }
         { running on a remote terminal, no error with /dev/vcsa }
         LowAscii:=false;
         LowAscii:=false;
    {$ifdef linux}
    {$ifdef linux}