Explorar o código

* Send correct amount of characters for custom font.

git-svn-id: trunk@6235 -
daniel %!s(int64=18) %!d(string=hai) anos
pai
achega
6c92edea04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;