From a9e3882e37fa75856678470d137ff2e6d648d727 Mon Sep 17 00:00:00 2001 From: Thorsten Otto Date: Thu, 10 Feb 2022 13:59:36 +0100 Subject: [PATCH] vdi: enlarge control array, needed by some NVDI5 functions --- packages/tosunits/src/vditypes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tosunits/src/vditypes.inc b/packages/tosunits/src/vditypes.inc index a6b3a3b9e1..dc3891216d 100644 --- a/packages/tosunits/src/vditypes.inc +++ b/packages/tosunits/src/vditypes.inc @@ -274,7 +274,7 @@ type type PVDIContrl = ^TVDIContrl; - TVDIContrl = ARRAY[0..11] of smallint; + TVDIContrl = ARRAY[0..14] of smallint; PVDIPtsIn = ^TVDIPtsIn; TVDIPtsIn = array[0..1023] of smallint;