Browse Source

* Send correct amount of characters for custom font.

git-svn-id: trunk@6235 -
daniel 18 years ago
parent
commit
6c92edea04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/unix/video.pp

+ 1 - 1
rtl/unix/video.pp

@@ -1052,7 +1052,7 @@ begin
           end
           end
         else
         else
           {No VGA font :( }
           {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 }
         { running on a remote terminal, no error with /dev/vcsa }
    {$ifdef linux}
    {$ifdef linux}
       end;
       end;