mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-27 17:51:12 +00:00
Increased the size of GSOSInString to 508 bytes. Some GSOS calls seem to require this (DInfoGS being one example).
This commit is contained in:
parent
2eec05e465
commit
d6fdcf81cc
@ -66,7 +66,7 @@ type
|
|||||||
gsosInString = record
|
gsosInString = record
|
||||||
size: integer;
|
size: integer;
|
||||||
{Change the array size as needed for your application}
|
{Change the array size as needed for your application}
|
||||||
theString: packed array [1..254] of char;
|
theString: packed array [1..508] of char;
|
||||||
end;
|
end;
|
||||||
gsosInStringPtr = ^gsosInString;
|
gsosInStringPtr = ^gsosInString;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user