Просмотр исходного кода

* Comitted too quickly

git-svn-id: trunk@2371 -
daniel 19 лет назад
Родитель
Сommit
b53d90a328
1 измененных файлов с 2 добавлено и 2 удалено
  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
              TERM=linux.}
             {Enable the VGA character set (codepage 437,850,....)}
-            fpwrite(stdoutputhandle,@font_vga,7);
+            fpwrite(stdoutputhandle,font_vga,7);
           end
         else
           {No VGA font :( }
-          fpwrite(stdoutputhandle,@font_custom,3);
+          fpwrite(stdoutputhandle,font_custom,3);
         { running on a remote terminal, no error with /dev/vcsa }
         LowAscii:=false;
    {$ifdef linux}