소스 검색

* Send correct amount of characters for custom font.

git-svn-id: trunk@6235 -
daniel 18 년 전
부모
커밋
6c92edea04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/video.pp

+ 1 - 1
rtl/unix/video.pp

@@ -1052,7 +1052,7 @@ begin
           end
         else
           {No VGA font :( }
-          fpwrite(stdoutputhandle,font_custom,sizeof(font_vga));
+          fpwrite(stdoutputhandle,font_custom,sizeof(font_custom));
         { running on a remote terminal, no error with /dev/vcsa }
    {$ifdef linux}
       end;