mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
tosunits: fix a bug in vsl_width
This commit is contained in:
parent
d06ab24389
commit
704a5a5081
@ -1673,7 +1673,7 @@ end;
|
||||
function vsl_width(handle, width: smallint): smallint;
|
||||
begin
|
||||
_ptsin[0]:=width;
|
||||
_ptsin[0]:=0;
|
||||
_ptsin[1]:=0;
|
||||
|
||||
_contrl[0]:=16;
|
||||
_contrl[1]:=1;
|
||||
|
Loading…
Reference in New Issue
Block a user