소스 검색

* Comitted too quickly

git-svn-id: trunk@2371 -
daniel 19 년 전
부모
커밋
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}