Pārlūkot izejas kodu

* Send correct amount of characters for custom font.

git-svn-id: trunk@6235 -
daniel 18 gadi atpakaļ
vecāks
revīzija
6c92edea04
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;