Browse Source

* the longints in VLine16 converted to 16-bit

git-svn-id: trunk@25668 -
nickysn 12 years ago
parent
commit
3a09ca7924
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/graph/src/msdos/graph.pp

+ 2 - 2
packages/graph/src/msdos/graph.pp

@@ -2201,8 +2201,8 @@ End;
   procedure VLine16(x,y,y2: smallint); {$ifndef fpc}far;{$endif fpc}
 
    var
-     ytmp: smallint;
-     ScrOfs,i : longint;
+     ytmp,i: smallint;
+     ScrOfs: word;
      BitMask : byte;
 
   Begin