瀏覽代碼

* the longints in VLine16 converted to 16-bit

git-svn-id: trunk@25668 -
nickysn 12 年之前
父節點
當前提交
3a09ca7924
共有 1 個文件被更改,包括 2 次插入2 次删除
  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